Removed files that are generated by the Makefile. Fixed Makefile for
authorRod Grimes <rgrimes@FreeBSD.org>
Sat, 17 Jul 1993 06:06:28 +0000 (06:06 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Sat, 17 Jul 1993 06:06:28 +0000 (06:06 +0000)
make depend so that config.h gets created so make depend does not fail
in other directories.

gnu/usr.bin/man/lib/Makefile

index 0d9081d..0990549 100644 (file)
@@ -9,7 +9,7 @@ libman.a::      ${.CURDIR}/config.h
 install:
        @echo -n
 
 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},' \
        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},' \