diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-03-20 12:13:10 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-03-20 12:13:10 +0000 |
| commit | 267af6a411356e76b07e9ebaecececf84cbdbb44 (patch) | |
| tree | 90fc586f8237c87b2254dd358ad6bd02041a62ee /gnu | |
| parent | e52ff61466040eb1c62031431da553304ed5bf25 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/man/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/lib/Makefile b/gnu/usr.bin/man/lib/Makefile index 0419db38043b..c29bf7cf08ae 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},' \ |
