aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-04-25 20:20:21 +0000
committerBruce Evans <bde@FreeBSD.org>1997-04-25 20:20:21 +0000
commita9d61f30f1fe1eac4e28c009ad0dcde9d63d9fdc (patch)
treef849730796b2c429dd7d42288a08f7ec3c014d48
parentc85f893023faf8bd3cbfa327d43be6107f69e25c (diff)
Notes
-rw-r--r--gnu/usr.bin/man/lib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/lib/Makefile b/gnu/usr.bin/man/lib/Makefile
index e2e33802067d..0419db38043b 100644
--- a/gnu/usr.bin/man/lib/Makefile
+++ b/gnu/usr.bin/man/lib/Makefile
@@ -6,7 +6,9 @@ CFLAGS+= -DSTDC_HEADERS
CLEANFILES+= config.h
SRCS= gripes.c util.c
-all depend: config.h
+# Kludge to create config.h for other modules. The library itself doesn't
+# depend on config.h.
+all beforedepend: config.h
config.h: ${.CURDIR}/config.h_dist ${.CURDIR}/../Makefile.inc
sed -e 's,%apropos%,${apropos},' -e 's,%whatis%,${whatis},' \