(objc-headers): Depend on stmp-fixinc to build the
authorRichard Stallman <rms@gnu.org>
Sun, 19 Sep 1993 15:33:20 +0000 (15:33 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 19 Sep 1993 15:33:20 +0000 (15:33 +0000)
include/ subdirectory first.

From-SVN: r5359

gcc/Makefile.in

index 9369491ff97b55fcd1b85bba30c16231e7d7d8e9..e9993c97fc1ff41cf38a9738f932cfe0af887291 100644 (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`; \