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

include/ subdirectory first.

From-SVN: r5359
This commit is contained in:
Richard Stallman 1993-09-19 15:33:20 +00:00
parent 0a558d647a
commit c2dd11d9d2
1 changed files with 1 additions and 1 deletions

View File

@ -1425,7 +1425,7 @@ stmp-fixinc: $(srcdir)/$(FIXINCLUDES) gsyslimits.h fixinc.ready
touch stmp-fixinc
# copy objc header files into build directory
objc-headers:
objc-headers: stmp-fixinc
if [ -d objc ]; then true; else mkdir objc; fi
thisdir1=`pwd`; \
srcdir1=`cd $(srcdir); pwd`; \