freebsd-ports/sysutils/freeipmi/files/patch-man-Makefile.in
Sunpoet Po-Chuan Hsieh ca10231729 - Update to 1.4.1
- Use PORTDOCS
- Simplify Makefile

Changes:	http://savannah.gnu.org/forum/forum.php?forum_id=7899
2014-03-14 15:51:35 +00:00

11 lines
443 B
Text

--- man/Makefile.in.orig 2014-03-04 03:36:13.000000000 +0800
+++ man/Makefile.in 2014-03-06 04:17:01.801977380 +0800
@@ -885,7 +885,7 @@
$(MANS_CPP): $(MANS_CPP:%=%.pre)
- $(CPP) -nostdinc -w -C -P -I$(top_srcdir)/man $@.pre $@
+ $(CPP) -nostdinc -w -C -I$(top_srcdir)/man $@.pre | grep -v '^#' > $@
# 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.