Make depend rely on config.h

This commit is contained in:
Jordan K. Hubbard 1997-04-11 05:17:25 +00:00
parent aa9930a969
commit 2f1dba3bff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24802

View File

@ -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},' \