summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-08-25 10:47:30 +0000
committerpaul <paul@FreeBSD.org>1994-08-25 10:47:30 +0000
commit61994eed161d9cb1ceead238d682dcc28e3d2332 (patch)
tree97ab3fb665e332062df61c57b33b10c0b1b2f493 /Makefile
parent532c1f67173c8aea32004fe98e68f2d9f72efef7 (diff)
downloadFreeBSD-src-61994eed161d9cb1ceead238d682dcc28e3d2332.zip
FreeBSD-src-61994eed161d9cb1ceead238d682dcc28e3d2332.tar.gz
Removed all refernces to *26 directories.
Reviewed by: Submitted by:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index db29fa3..a99819b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.9 1994/08/16 02:55:14 jkh Exp $
+# $Id: Makefile,v 1.10 1994/08/20 21:34:59 csgr Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -145,7 +145,7 @@ includes:
.endif
cd ${.CURDIR}/include && ${MAKE} install
#XXX cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall
-#XXX cd ${.CURDIR}/gnu/usr.bin/cc26/libobjc && ${MAKE} beforeinstall
+#XXX cd ${.CURDIR}/gnu/usr.bin/cc/libobjc && ${MAKE} beforeinstall
.if !defined(NOCRYPT) && !defined(NOKERBEROS)
cd ${.CURDIR}/kerberosIV/include && ${MAKE} install
.endif
@@ -172,7 +172,7 @@ libraries:
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/gnu/lib/libregex && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
- cd ${.CURDIR}/gnu/usr.bin/cc26/libgcc && \
+ cd ${.CURDIR}/gnu/usr.bin/cc/libgcc && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
.if exists(secure) && !defined(NOCRYPT) && !defined(NOSECURE)
cd ${.CURDIR}/secure/lib && \
@@ -200,7 +200,7 @@ tools:
@echo " Rebuilding ${DESTDIR} Compiler and Make"
@echo "--------------------------------------------------------------"
@echo
- cd ${.CURDIR}/gnu/usr.bin/cc26 && \
+ cd ${.CURDIR}/gnu/usr.bin/cc && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/make && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
OpenPOWER on IntegriCloud