diff options
author | Ramiro Polla | 2010-01-15 19:16:28 +0000 |
---|---|---|
committer | Ramiro Polla | 2010-01-15 19:16:28 +0000 |
commit | 93fe7eb68d6ec19312dd35bf8506184481d89407 (patch) | |
tree | 1e52e477e80f170df0af927f47e058278b87b624 /common.mak | |
parent | 598ef02b158d6d935450f07d3e9675e546912f9e (diff) |
Get one step closer to world domination.
Remove "make uninstall".
Originally committed as revision 21226 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r-- | common.mak | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/common.mak b/common.mak index b629cb43c7..8ce464827c 100644 --- a/common.mak +++ b/common.mak @@ -43,9 +43,7 @@ $(BUILD_ROOT_REL)/version.h: $(SRC_PATH_BARE)/version.sh config.mak install: install-libs install-headers -uninstall: uninstall-libs uninstall-headers - -.PHONY: all depend dep *clean install* uninstall* examples testprogs +.PHONY: all depend dep *clean install* uninstall examples testprogs endif OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes) |