mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
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:
parent
9c30b1bfe1
commit
49cf38bd01
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136
@ -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},' \
|
||||
|
Loading…
Reference in New Issue
Block a user