From 49cf38bd0130b8ae824345447ccb56765e5da578 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Sat, 17 Jul 1993 06:06:28 +0000 Subject: [PATCH] Removed files that are generated by the Makefile. Fixed Makefile for make depend so that config.h gets created so make depend does not fail in other directories. --- 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 0d9081de4321..0990549a09e4 100644 --- a/gnu/usr.bin/man/lib/Makefile +++ b/gnu/usr.bin/man/lib/Makefile @@ -9,7 +9,7 @@ libman.a:: ${.CURDIR}/config.h install: @echo -n -${.CURDIR}/config.h: ${.CURDIR}/config.h_dist ../Makefile.inc +depend ${.CURDIR}/config.h: ${.CURDIR}/config.h_dist ../Makefile.inc sed -e 's,%apropos%,${apropos},' -e 's,%whatis%,${whatis},' \ -e 's,%pager%,${pager},' -e 's,%troff%,${troff},' \ -e 's,%nroff%,${nroff},' -e 's,%tbl%,${tbl},' \