From 93fe7eb68d6ec19312dd35bf8506184481d89407 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Fri, 15 Jan 2010 19:16:28 +0000 Subject: Get one step closer to world domination. Remove "make uninstall". Originally committed as revision 21226 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'Makefile') 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/*~ -- cgit v1.2.3