summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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