Commit f1553cbb by Richard Stallman

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

From-SVN: r2515
parent 43365a35
......@@ -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; \
......
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