summaryrefslogtreecommitdiff
path: root/sysutils/freeipmi/files/patch-man-Makefile.in
blob: 630b90c2784c7a41d7378f3511fc386aa02063a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- man/Makefile.in.orig	2024-01-27 21:52:52 UTC
+++ man/Makefile.in
@@ -1022,7 +1022,7 @@ $(MANS_CPP): $(MANS_CPP:%=%.pre)
 
 
 $(MANS_CPP): $(MANS_CPP:%=%.pre)
-	$(CPP_FOR_BUILD) -nostdinc -w -C -P -I. -I$(top_srcdir)/man $@.pre $@
+	$(CPP_FOR_BUILD) -nostdinc -w -C -I. -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.