From: Karen Christiansen Date: Tue, 12 Jul 1994 21:24:09 +0000 (+0000) Subject: fixed typo on line 280 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=01626b4e2bf3a15b4030d06a9ac436bb495540c7;p=binutils-gdb.git fixed typo on line 280 --- diff --git a/build-all.mk b/build-all.mk index 22f61f84f17..317c2c76303 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 \