(libobjc.a): Don't mkdir objc if dir exists.

From-SVN: r2515
This commit is contained in:
Richard Stallman 1992-10-19 20:47:23 +00:00
parent 43365a358e
commit f1553cbb35
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ objc-runtime: libobjc.a
# Build the Objective C runtime library.
libobjc.a: cc1obj libgcc2.ready
mkdir objc
if [ -d objc ]; then true; else mkdir objc; fi
thisdir1=`pwd`; \
srcdir1=`cd $(srcdir); pwd`; \
cd objc; \