summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-04-11 05:17:25 +0000
committerjkh <jkh@FreeBSD.org>1997-04-11 05:17:25 +0000
commit6a4df2f578e0359fbefc8a6bb085786db33eeef9 (patch)
treea75ee00dffb1215d2921e6b23c5905ab17bda2af /gnu
parent5096856e202448cb3a336f36110dc2bfdc7bf7b5 (diff)
downloadFreeBSD-src-6a4df2f578e0359fbefc8a6bb085786db33eeef9.zip
FreeBSD-src-6a4df2f578e0359fbefc8a6bb085786db33eeef9.tar.gz
Make depend rely on config.h
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 525bb1e..e2e3380 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},' \
OpenPOWER on IntegriCloud