2015-05-10 14:45:45 +02:00
|
|
|
--- man/Makefile.in.orig 2015-01-07 18:23:47 UTC
|
|
|
|
+++ man/Makefile.in
|
|
|
|
@@ -885,7 +885,7 @@ uninstall-man: uninstall-man3 uninstall-
|
2013-02-19 21:39:02 +01:00
|
|
|
|
|
|
|
|
|
|
|
$(MANS_CPP): $(MANS_CPP:%=%.pre)
|
2014-03-14 16:51:35 +01:00
|
|
|
- $(CPP) -nostdinc -w -C -P -I$(top_srcdir)/man $@.pre $@
|
|
|
|
+ $(CPP) -nostdinc -w -C -I$(top_srcdir)/man $@.pre | grep -v '^#' > $@
|
2013-02-19 21:39:02 +01:00
|
|
|
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|