summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2010-01-26 22:23:12 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2010-01-26 22:23:12 +0000
commitd3cb93b374334c6ece6445d8172a3e257f1521c4 (patch)
tree24e24b380d0450ce55a8f99729465ab24b22b5fa /common.mak
parentdfe4dc154b92bfea370dafa32dbda19ef4067a0b (diff)
Revert r21226, it was a joke:
Get one step closer to world domination. Remove "make uninstall". Originally committed as revision 21466 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak4
1 files changed, 3 insertions, 1 deletions
diff --git a/common.mak b/common.mak
index deb3e782c5..aa3324ae93 100644
--- a/common.mak
+++ b/common.mak
@@ -47,7 +47,9 @@ $(BUILD_ROOT_REL)/version.h: $(SRC_PATH_BARE)/version.sh config.mak
install: install-libs install-headers
-.PHONY: all depend dep *clean install* uninstall examples testprogs
+uninstall: uninstall-libs uninstall-headers
+
+.PHONY: all depend dep *clean install* uninstall* examples testprogs
endif
OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes)