1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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
This commit is contained in:
Diego Biurrun
2006-11-15 01:45:19 +00:00
parent 9464f2b836
commit c5173a3b09

View File

@@ -164,9 +164,7 @@ uninstall-progs:
rm -f $(addprefix $(bindir)/, $(ALLPROGS)) rm -f $(addprefix $(bindir)/, $(ALLPROGS))
uninstall-man: uninstall-man:
ifneq ($(CONFIG_MINGW),yes)
rm -f $(addprefix $(mandir)/man1/,$(ALLMANPAGES)) rm -f $(addprefix $(mandir)/man1/,$(ALLMANPAGES))
endif
uninstall-vhook: uninstall-vhook:
$(MAKE) -C vhook uninstall $(MAKE) -C vhook uninstall