summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-10-17 11:56:20 +0000
committerBruce Evans <bde@FreeBSD.org>1998-10-17 11:56:20 +0000
commit2a6c45c9aa5a5c8c0aeb794cf23b707d191d96f8 (patch)
treecf2a75d8b69f752e9686ddff3d07aaecea1b054c
parent353f3cf0a651f5d948d57a910e93d65499da44ae (diff)
Notes
-rw-r--r--Makefile.inc18
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 084d312d2ecc..9c2b24a09dfd 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.34 1998/10/13 10:01:32 rnordier Exp $
+# $Id: Makefile.inc1,v 1.35 1998/10/16 14:22:54 bde Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -170,12 +170,12 @@ WORLDTMP= /usr/obj${.CURDIR}/tmp
# Default root of the tool tree
TOOLROOT?=
# Choose the PATH relative to the root of the tool tree
-PATH= ${TOOLROOT}/sbin:${TOOLROOT}/bin:${TOOLROOT}/usr/sbin:${TOOLROOT}/usr/bin:${TOOLROOT}/usr/games
+PATH= ${TOOLROOT}/sbin:${TOOLROOT}/bin:${TOOLROOT}/usr/sbin:${TOOLROOT}/usr/bin
.else
TOOLROOT= ${WORLDTMP}
.endif
-STRICTTMPPATH= ${TOOLROOT}/sbin:${TOOLROOT}/usr/sbin:${TOOLROOT}/bin:${TOOLROOT}/usr/bin:${TOOLROOT}/usr/games
-TMPPATH= ${STRICTTMPPATH}:${PATH}:/usr/games
+STRICTTMPPATH= ${TOOLROOT}/sbin:${TOOLROOT}/usr/sbin:${TOOLROOT}/bin:${TOOLROOT}/usr/bin
+TMPPATH= ${STRICTTMPPATH}:${PATH}
# XXX COMPILER_PATH is needed for finding cc1, ld and as
# XXX GCC_EXEC_PREFIX is for *crt.o. It is probably unnecessary now