Commit c2dd11d9 by Richard Stallman

(objc-headers): Depend on stmp-fixinc to build the

include/ subdirectory first.

From-SVN: r5359
parent 0a558d64
...@@ -1425,7 +1425,7 @@ stmp-fixinc: $(srcdir)/$(FIXINCLUDES) gsyslimits.h fixinc.ready ...@@ -1425,7 +1425,7 @@ stmp-fixinc: $(srcdir)/$(FIXINCLUDES) gsyslimits.h fixinc.ready
touch stmp-fixinc touch stmp-fixinc
# copy objc header files into build directory # copy objc header files into build directory
objc-headers: objc-headers: stmp-fixinc
if [ -d objc ]; then true; else mkdir objc; fi if [ -d objc ]; then true; else mkdir objc; fi
thisdir1=`pwd`; \ thisdir1=`pwd`; \
srcdir1=`cd $(srcdir); pwd`; \ srcdir1=`cd $(srcdir); pwd`; \
......
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