From 6f097c9e998d5bceff453ef9c958c1d3ede2e9fa Mon Sep 17 00:00:00 2001 From: John Birrell Date: Mon, 23 Mar 1998 22:18:42 +0000 Subject: [PATCH] Fix a cut'n'paste error that added a stray gnu to a few paths. --- Makefile.alpha | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.alpha b/Makefile.alpha index 827b55ef222..9cfae402cfa 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 \