diff options
author | Karen Christiansen <karen@cygnus> | 1994-07-12 21:24:09 +0000 |
---|---|---|
committer | Karen Christiansen <karen@cygnus> | 1994-07-12 21:24:09 +0000 |
commit | 01626b4e2bf3a15b4030d06a9ac436bb495540c7 (patch) | |
tree | e631a830b087e8adc12e7eba14679578563ee923 /build-all.mk | |
parent | c14cb8ce808824fb7160f9267310c1990bcf1de7 (diff) | |
download | fsf-binutils-gdb-01626b4e2bf3a15b4030d06a9ac436bb495540c7.zip fsf-binutils-gdb-01626b4e2bf3a15b4030d06a9ac436bb495540c7.tar.gz fsf-binutils-gdb-01626b4e2bf3a15b4030d06a9ac436bb495540c7.tar.bz2 |
fixed typo on line 280
Diffstat (limited to 'build-all.mk')
-rw-r--r-- | build-all.mk | 3 |
1 files changed, 1 insertions, 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 \ |