summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-06-05 21:52:32 +0100
committerMans Rullgard <mans@mansr.com>2011-06-06 16:56:53 +0100
commitd7a72d250b0deeaed68798f23476be30b28af064 (patch)
tree9b025502f19c34a1ebdf63bd624a6f28d559f4bc /common.mak
parent0e28e9ca8f0025c34c3c6df8bf699a9a2db43abe (diff)
build: move all (un)install* target aliases to toplevel Makefile
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak5
1 files changed, 0 insertions, 5 deletions
diff --git a/common.mak b/common.mak
index 5195c9911d..d50d8234e9 100644
--- a/common.mak
+++ b/common.mak
@@ -54,11 +54,6 @@ HOSTCFLAGS += $(IFLAGS)
%.h:
@:
-install: install-libs install-headers
-install-libs: install-libs-yes
-
-uninstall: uninstall-libs uninstall-headers
-
.PHONY: all depend dep *clean install* uninstall* examples testprogs
# Disable suffix rules. Most of the builtin rules are suffix rules,