Commit dbe56a66 by Richard Stallman

(mostlyclean): Add missing semicolon.

From-SVN: r2593
parent abe1fe6c
...@@ -1273,7 +1273,7 @@ mostlyclean: ...@@ -1273,7 +1273,7 @@ mostlyclean:
# Clean the objc subdir if we created one. # Clean the objc subdir if we created one.
if [ -d objc ]; then \ if [ -d objc ]; then \
srcdir1=`cd $(srcdir); pwd`; \ srcdir1=`cd $(srcdir); pwd`; \
cd objc; $(MAKE) -f $$srcdir1/objc/Makefile mostlyclean \ cd objc; $(MAKE) -f $$srcdir1/objc/Makefile mostlyclean; \
else true; fi else true; fi
-rm -f libobjc.a -rm -f libobjc.a
# Delete the temporary source copies for cross compilation. # Delete the temporary source copies for cross compilation.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment