(mostlyclean): Add missing semicolon.

From-SVN: r2593
This commit is contained in:
Richard Stallman 1992-10-24 19:10:41 +00:00
parent abe1fe6c9d
commit dbe56a66fa
1 changed files with 1 additions and 1 deletions

View 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.