summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-05-26 20:17:19 +0000
committerru <ru@FreeBSD.org>2007-05-26 20:17:19 +0000
commitcbfe2577e0966370b51c1133326e1d415eb2bcc0 (patch)
treeab42b599b7762e8d37cf1680073430bdd8368412 /Makefile.inc1
parentf2854751ef2d27a3a960f4ba35bc81736fb971fe (diff)
downloadFreeBSD-src-cbfe2577e0966370b51c1133326e1d415eb2bcc0.zip
FreeBSD-src-cbfe2577e0966370b51c1133326e1d415eb2bcc0.tar.gz
lex(1) no longer installs headers into GCC-internal dirs
(since src/usr.bin/lex/Makefile,v 1.20).
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 3f12c5e..92dc15e 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -309,7 +309,7 @@ _worldtmp:
rm -f ${OBJTREE}${.CURDIR}/usr.bin/truss/ioctl.c
.endif
.for _dir in \
- usr/bin usr/games usr/include/c++/3.4 usr/include/sys usr/lib \
+ usr/bin usr/games usr/include/sys usr/lib \
usr/libexec usr/sbin usr/share/dict \
usr/share/groff_font/devX100 \
usr/share/groff_font/devX100-12 \
@@ -505,7 +505,7 @@ buildworld_epilogue:
# and Makefile.inc1 causes the correct PATH to be used, rather than a
# modification of the current environment's PATH. In addition, we need
# to quote multiword values.
-#
+#
buildenvvars:
@echo ${WMAKEENV:Q}
@@ -1113,7 +1113,7 @@ lib/libpam__L: .PHONY
${MAKE} DIRPRFX=lib/libpam/ -D_NO_LIBPAM_SO_YET all; \
${MAKE} DIRPRFX=lib/libpam/ -D_NO_LIBPAM_SO_YET install
-_prereq_libs: ${_prereq_libs:S/$/__PL/}
+_prereq_libs: ${_prereq_libs:S/$/__PL/}
_startup_libs: ${_startup_libs:S/$/__L/}
_prebuild_libs: ${_prebuild_libs:S/$/__L/}
_generic_libs: ${_generic_libs:S/$/__L/}
OpenPOWER on IntegriCloud