aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-10-04 08:48:27 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-10-04 08:48:27 +0000
commite178250902671561b74b47451feb315d2c9f2b63 (patch)
treebfecf6cc0e9f85f0f24132de48eb7aaaf908979d /Makefile
parent5908a75555b42846b5af47dc2d1a0d38dbe50a98 (diff)
downloadsrc-e178250902671561b74b47451feb315d2c9f2b63.tar.gz
src-e178250902671561b74b47451feb315d2c9f2b63.zip
Add some 'world' hooks for libg++-2.7.2, specifically the new libstdc++
directory. Also, add gnu/usr.bin/as to the lib-tools target since libgcc generates weak symbols, and libstdc++/libg++ use them. ie: coming from a 2.1.x system will fail without 'as'.
Notes
Notes: svn path=/head/; revision=18674
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2cf3e7a4f4a5..617a387ba4a9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.102 1996/09/19 16:36:24 peter Exp $
+# $Id: Makefile,v 1.103 1996/09/21 06:06:41 ache Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -399,6 +399,7 @@ includes:
cd ${.CURDIR}/gnu/include && ${MAKE} install
cd ${.CURDIR}/gnu/lib/libreadline && ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libregex && ${MAKE} beforeinstall
+ cd ${.CURDIR}/gnu/lib/libstdc++ && ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libdialog && ${MAKE} beforeinstall
.if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES)
@@ -434,6 +435,8 @@ lib-tools:
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/gnu/usr.bin/ld && ${MAKE} depend && \
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
+ cd ${.CURDIR}/gnu/usr.bin/as && ${MAKE} depend && \
+ ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/ar && ${MAKE} depend && \
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/ranlib && ${MAKE} depend && \