summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-04-11 05:17:25 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-04-11 05:17:25 +0000
commit2f1dba3bffab74c21cb7ef4c96cc8912555c9fca (patch)
tree6a3ad300d10174286f477dd34404cf0d95364914
parentaa9930a9696fbf772561133a2218658f93224970 (diff)
Notes
-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 525bb1ee1f5b..e2e33802067d 100644
--- a/gnu/usr.bin/man/lib/Makefile
+++ b/gnu/usr.bin/man/lib/Makefile
@@ -6,7 +6,7 @@ CFLAGS+= -DSTDC_HEADERS
CLEANFILES+= config.h
SRCS= gripes.c util.c
-all: config.h
+all depend: config.h
config.h: ${.CURDIR}/config.h_dist ${.CURDIR}/../Makefile.inc
sed -e 's,%apropos%,${apropos},' -e 's,%whatis%,${whatis},' \