From: Richard Stallman Date: Sun, 19 Sep 1993 15:33:20 +0000 (+0000) Subject: (objc-headers): Depend on stmp-fixinc to build the X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c2dd11d9d2cee00b847f2a195bb7c7f73b15538f;p=gcc.git (objc-headers): Depend on stmp-fixinc to build the include/ subdirectory first. From-SVN: r5359 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 9369491ff97..e9993c97fc1 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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`; \