(mostlyclean): Add missing semicolon.
authorRichard Stallman <rms@gnu.org>
Sat, 24 Oct 1992 19:10:41 +0000 (19:10 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 24 Oct 1992 19:10:41 +0000 (19:10 +0000)
From-SVN: r2593

gcc/Makefile.in

index b9052f472e2cdf8bda3cd34baf411cb062e9ec4c..c91fb7c795822adc19f4b40834e28d8eb7a8a9f9 100644 (file)
@@ -1273,7 +1273,7 @@ mostlyclean:
 # Clean the objc subdir if we created one.
        if [ -d objc ]; then \
          srcdir1=`cd $(srcdir); pwd`; \
-         cd objc; $(MAKE) -f $$srcdir1/objc/Makefile mostlyclean \
+         cd objc; $(MAKE) -f $$srcdir1/objc/Makefile mostlyclean; \
        else true; fi
        -rm -f libobjc.a
 # Delete the temporary source copies for cross compilation.