(libobjc.a, sublibobjc.a): 'specs' added to dependencies.

From-SVN: r12048
This commit is contained in:
Richard Kenner 1996-05-19 16:40:43 -04:00
parent 21abd7a65a
commit d04362c921
1 changed files with 2 additions and 2 deletions

View File

@ -1005,7 +1005,7 @@ stmp-multilib-sub:
objc-runtime: libobjc.a
# Build the Objective C runtime library.
libobjc.a: cc1obj stmp-int-hdrs libgcc2.ready $(USE_COLLECT2) $(EXTRA_PARTS)
libobjc.a: cc1obj specs stmp-int-hdrs libgcc2.ready $(USE_COLLECT2) $(EXTRA_PARTS)
if [ -d objc ]; then true; else mkdir objc; fi
thisdir1=`pwd`; \
srcdir1=`cd $(srcdir); pwd`; \
@ -1019,7 +1019,7 @@ libobjc.a: cc1obj stmp-int-hdrs libgcc2.ready $(USE_COLLECT2) $(EXTRA_PARTS)
-if $(RANLIB_TEST) ; then $(RANLIB) libobjc.a; else true; fi
# This is used by objc/Makefile if the user runs that directly.
sublibobjc.a: cc1obj stmp-int-hdrs libgcc2.ready
sublibobjc.a: cc1obj specs stmp-int-hdrs libgcc2.ready
thisdir1=`pwd`; \
srcdir1=`cd $(srcdir); pwd`; \
cd objc; \