Commit 0e7f670e authored by diego's avatar diego

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.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7083 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ca89cfc6
...@@ -164,9 +164,7 @@ uninstall-progs: ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment