summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-04-03 08:18:43 +0000
committerobrien <obrien@FreeBSD.org>1999-04-03 08:18:43 +0000
commita60072138b1bbfc03a9f8a531afefbd6993819e6 (patch)
tree1aad3b6f9b74f2fb553f96c974e90f7c97f78b38 /Makefile.inc1
parent38bfe4bade12402a3242a8c25e2c13e6b9b5edbe (diff)
downloadFreeBSD-src-a60072138b1bbfc03a9f8a531afefbd6993819e6.zip
FreeBSD-src-a60072138b1bbfc03a9f8a531afefbd6993819e6.tar.gz
EGCS will have some new includes that need to be installed.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index e03fbd6..5061388 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.67 1999/03/31 06:42:36 obrien Exp $
+# $Id: Makefile.inc1,v 1.68 1999/04/02 15:37:07 peter Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -522,6 +522,7 @@ includes:
cd ${.CURDIR}/gnu/lib/libg++; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libdialog; ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libgmp; ${MAKE} beforeinstall
+ cd ${.CURDIR}/gnu/usr.bin/cc/cc1plus; ${MAKE} beforeinstall
.if exists(secure) && !defined(NOCRYPT)
cd ${.CURDIR}/secure/lib/libdes; ${MAKE} beforeinstall
.endif
OpenPOWER on IntegriCloud