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:
rgrimes 1993-07-17 06:06:28 +00:00
parent 621b88d227
commit 00fa8ca47d

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