diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2010-01-26 22:23:12 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2010-01-26 22:23:12 +0000 |
commit | d3cb93b374334c6ece6445d8172a3e257f1521c4 (patch) | |
tree | 24e24b380d0450ce55a8f99729465ab24b22b5fa /common.mak | |
parent | dfe4dc154b92bfea370dafa32dbda19ef4067a0b (diff) | |
download | ffmpeg-d3cb93b374334c6ece6445d8172a3e257f1521c4.tar.gz |
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.mak | 4 |
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) |