aboutsummaryrefslogtreecommitdiff
path: root/Makefile.alpha
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-03-23 22:18:42 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-03-23 22:18:42 +0000
commit6f097c9e998d5bceff453ef9c958c1d3ede2e9fa (patch)
tree057da9e9a7e0f8110d3128c989a4d561bd33cad1 /Makefile.alpha
parentbb8a7e8676ae1a4629765f9c47b6335ffc1994e5 (diff)
downloadsrc-6f097c9e998d5bceff453ef9c958c1d3ede2e9fa.tar.gz
src-6f097c9e998d5bceff453ef9c958c1d3ede2e9fa.zip
Fix a cut'n'paste error that added a stray gnu to a few paths.
Notes
Notes: svn path=/head/; revision=34849
Diffstat (limited to 'Makefile.alpha')
-rw-r--r--Makefile.alpha8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.alpha b/Makefile.alpha
index 827b55ef2222..9cfae402cfa2 100644
--- a/Makefile.alpha
+++ b/Makefile.alpha
@@ -1,4 +1,4 @@
-# $Id: Makefile.alpha,v 1.5 1998/03/11 21:00:49 jb Exp $
+# $Id: Makefile.alpha,v 1.6 1998/03/12 03:20:48 jb Exp $
#
# NOTE:
#
@@ -449,9 +449,9 @@ build-tools:
ln -s /usr/bin/awk ${WORLDTMP}/usr/bin/awk
ln -s /bin/sh ${WORLDTMP}/bin/sh
.for d in \
- gnu/usr.bin/make \
- gnu/usr.bin/xinstall \
- gnu/usr.bin/lex \
+ usr.bin/make \
+ usr.bin/xinstall \
+ usr.bin/lex \
gnu/usr.bin/gperf \
gnu/usr.bin/bison \
gnu/usr.bin/binutils \