aboutsummaryrefslogtreecommitdiff
path: root/build-all.mk
diff options
context:
space:
mode:
authorKaren Christiansen <karen@cygnus>1994-07-12 21:24:09 +0000
committerKaren Christiansen <karen@cygnus>1994-07-12 21:24:09 +0000
commit01626b4e2bf3a15b4030d06a9ac436bb495540c7 (patch)
treee631a830b087e8adc12e7eba14679578563ee923 /build-all.mk
parentc14cb8ce808824fb7160f9267310c1990bcf1de7 (diff)
downloadgdb-01626b4e2bf3a15b4030d06a9ac436bb495540c7.zip
gdb-01626b4e2bf3a15b4030d06a9ac436bb495540c7.tar.gz
gdb-01626b4e2bf3a15b4030d06a9ac436bb495540c7.tar.bz2
fixed typo on line 280
Diffstat (limited to 'build-all.mk')
-rw-r--r--build-all.mk3
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 \