From 267af6a411356e76b07e9ebaecececf84cbdbb44 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 20 Mar 1998 12:13:10 +0000 Subject: [PATCH] Don't use beforedepend to complicate and break things. Just put generated source files in SRCS. --- gnu/usr.bin/man/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/man/lib/Makefile b/gnu/usr.bin/man/lib/Makefile index 0419db38043..c29bf7cf08a 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},' \