summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-11-15 01:45:19 +0000
committerDiego Biurrun <diego@biurrun.de>2006-11-15 01:45:19 +0000
commitc5173a3b0956d54949c56484d1a6c3c376b46465 (patch)
treeda5422bba23b7747680fc692795fd1ea0f81d3b2 /Makefile
parent9464f2b836c81feccd23d9ff6da99c1a598cbcd3 (diff)
Remove ifneq MINGW condition around man page uninstallation. We don't do
OS-dependent conditions in Makefiles anymore and I doubt this is correct. If it turns out to be a problem it can easily be fixed. Originally committed as revision 7083 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fd0dfd7c41..084452bac3 100644
--- a/Makefile
+++ b/Makefile
@@ -164,9 +164,7 @@ uninstall-progs:
rm -f $(addprefix $(bindir)/, $(ALLPROGS))
uninstall-man:
-ifneq ($(CONFIG_MINGW),yes)
rm -f $(addprefix $(mandir)/man1/,$(ALLMANPAGES))
-endif
uninstall-vhook:
$(MAKE) -C vhook uninstall