summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2010-01-15 19:16:28 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2010-01-15 19:16:28 +0000
commit93fe7eb68d6ec19312dd35bf8506184481d89407 (patch)
tree1e52e477e80f170df0af927f47e058278b87b624 /Makefile
parent598ef02b158d6d935450f07d3e9675e546912f9e (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 'Makefile')
-rw-r--r--Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 5fd4094710..4393a22a71 100644
--- a/Makefile
+++ b/Makefile
@@ -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/*~