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.
This commit is contained in:
Rodney W. Grimes 1993-07-17 06:06:28 +00:00
parent 9c30b1bfe1
commit 49cf38bd01
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136

View File

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