From 01626b4e2bf3a15b4030d06a9ac436bb495540c7 Mon Sep 17 00:00:00 2001 From: Karen Christiansen Date: Tue, 12 Jul 1994 21:24:09 +0000 Subject: [PATCH] fixed typo on line 280 --- build-all.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-all.mk b/build-all.mk index 22f61f8..317c2c7 100644 --- a/build-all.mk +++ b/build-all.mk @@ -276,8 +276,7 @@ all-cygnus: # to help developers test, but should be commented out for final # progressive build. # -# -rm -f $(ROOTING)/progressive-beta && ln -s $(RELEASE_TAG) $(ROOTING)/progres -sive-beta +# -rm -f $(ROOTING)/progressive-beta && ln -s $(RELEASE_TAG) $(ROOTING)/progresssive @for i in $(TARGETS) ; do \ if [ "$$i" = "native" ] ; then \ if [ ! -f $(canonhost)-stamp-3stage-done ] ; then \ -- 2.7.4