diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2010-01-15 19:16:28 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2010-01-15 19:16:28 +0000 |
commit | 93fe7eb68d6ec19312dd35bf8506184481d89407 (patch) | |
tree | 1e52e477e80f170df0af927f47e058278b87b624 /Makefile | |
parent | 598ef02b158d6d935450f07d3e9675e546912f9e (diff) | |
download | ffmpeg-93fe7eb68d6ec19312dd35bf8506184481d89407.tar.gz |
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 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -110,16 +110,8 @@ install-man: $(MANPAGES) install -d "$(MANDIR)/man1" install -m 644 $(MANPAGES) "$(MANDIR)/man1" -uninstall: uninstall-progs uninstall-data uninstall-man - -uninstall-progs: - rm -f $(addprefix "$(BINDIR)/", $(ALLPROGS)) - -uninstall-data: - rm -rf "$(DATADIR)" - -uninstall-man: - rm -f $(addprefix "$(MANDIR)/man1/",$(ALLMANPAGES)) +uninstall: + @echo "I'm sorry, Dave. I'm afraid I can't do that" testclean: rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/*~ |