[Ffmpeg-cvslog] r7083 - trunk/Makefile

diego subversion
Wed Nov 15 02:45:20 CET 2006


Author: diego
Date: Wed Nov 15 02:45:19 2006
New Revision: 7083

Modified:
   trunk/Makefile

Log:
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.


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Wed Nov 15 02:45:19 2006
@@ -164,9 +164,7 @@
 	rm -f $(addprefix $(bindir)/, $(ALLPROGS))
 
 uninstall-man:
-ifneq ($(CONFIG_MINGW),yes)
 	rm -f $(addprefix $(mandir)/man1/,$(ALLMANPAGES))
-endif
 
 uninstall-vhook:
 	$(MAKE) -C vhook uninstall




More information about the ffmpeg-cvslog mailing list