From: Diego Biurrun Date: Wed, 15 Nov 2006 01:45:19 +0000 (+0000) Subject: Remove ifneq MINGW condition around man page uninstallation. We don't do X-Git-Tag: v0.5~10999 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5173a3b0956d54949c56484d1a6c3c376b46465;p=platform%2Fupstream%2Flibav.git 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 --- diff --git a/Makefile b/Makefile index fd0dfd7..084452b 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