Don't use beforedepend to complicate and break things. Just put

generated source files in SRCS.
This commit is contained in:
Bruce Evans 1998-03-20 12:13:10 +00:00
parent e52ff61466
commit 267af6a411
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34704

View file

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