diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-04-25 20:20:21 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-04-25 20:20:21 +0000 |
| commit | a9d61f30f1fe1eac4e28c009ad0dcde9d63d9fdc (patch) | |
| tree | f849730796b2c429dd7d42288a08f7ec3c014d48 /gnu/usr.bin | |
| parent | c85f893023faf8bd3cbfa327d43be6107f69e25c (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/man/lib/Makefile | 4 |
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},' \ |
