summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-20 12:13:10 +0000
committerbde <bde@FreeBSD.org>1998-03-20 12:13:10 +0000
commit5e529e9107bfa87afea8251eee19e3bf508d8257 (patch)
tree973872b9f37f0c50085fb14255745ccd55409fd8 /gnu
parent629a9e58ee624cea6aee4130426cb6f96a938018 (diff)
downloadFreeBSD-src-5e529e9107bfa87afea8251eee19e3bf508d8257.zip
FreeBSD-src-5e529e9107bfa87afea8251eee19e3bf508d8257.tar.gz
Don't use beforedepend to complicate and break things. Just put
generated source files in SRCS.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/lib/Makefile b/gnu/usr.bin/man/lib/Makefile
index 0419db38..c29bf7c 100644
--- a/gnu/usr.bin/man/lib/Makefile
+++ b/gnu/usr.bin/man/lib/Makefile
@@ -8,7 +8,7 @@ SRCS= gripes.c util.c
# Kludge to create config.h for other modules. The library itself doesn't
# depend on config.h.
-all beforedepend: config.h
+SRCS+= config.h
config.h: ${.CURDIR}/config.h_dist ${.CURDIR}/../Makefile.inc
sed -e 's,%apropos%,${apropos},' -e 's,%whatis%,${whatis},' \
OpenPOWER on IntegriCloud