Commit d68d6b81 by Doug Evans

objc-headers: Ensure objc dir exists.

From-SVN: r4165
parent 9ab34a86
......@@ -1367,6 +1367,7 @@ stmp-fixinc: $(srcdir)/$(FIXINCLUDES)
# copy objc header files
objc-headers: force
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