summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-06-04 06:25:22 +0000
committercharnier <charnier@FreeBSD.org>1998-06-04 06:25:22 +0000
commit4892ab73e5744592c3600d8f63581db3366f2241 (patch)
tree870449dd01cf903a63ae49a0b8d73a296e6e37ae /Makefile
parent8c0f65d342a6cf42bfdc6b9e4de3c3589983a41a (diff)
downloadFreeBSD-src-4892ab73e5744592c3600d8f63581db3366f2241.zip
FreeBSD-src-4892ab73e5744592c3600d8f63581db3366f2241.tar.gz
Typos.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fab5597..7a16d21 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.192 1998/06/02 11:22:08 peter Exp $
+# $Id: Makefile,v 1.193 1998/06/02 18:28:55 jhay Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@@ -201,8 +201,8 @@ STRICTTMPPATH= ${WORLDTMP}/sbin:${WORLDTMP}/usr/sbin:${WORLDTMP}/bin:${WORLDTMP}
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 unnecssary now
-# tbat LIBRARY_PATH is set. We still can't use -nostdlib, since gcc
+# XXX GCC_EXEC_PREFIX is for *crt.o. It is probably unnecessary now
+# that LIBRARY_PATH is set. We still can't use -nostdlib, since gcc
# wouldn't link *crt.o or libgcc if it were used.
# XXX LD_LIBRARY_PATH is for ld.so. It is also used by ld, although we don't
# want that - all compile-time library paths should be resolved by gcc.
OpenPOWER on IntegriCloud