* config/t-darwin (crt2.o): Add stmp-int-hdrs to dependencies.
authorGeoffrey Keating <geoffk@apple.com>
Wed, 24 Sep 2003 07:49:13 +0000 (07:49 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Wed, 24 Sep 2003 07:49:13 +0000 (07:49 +0000)
From-SVN: r71728

gcc/ChangeLog
gcc/config/t-darwin

index 41abb4713cbbd1a770d4c339d5644e7ddb550824..5204532f31fc6c3881d0d4341e1287240f7ffcc3 100644 (file)
@@ -74,6 +74,8 @@
 
 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
 
+       * config/t-darwin (crt2.o): Add stmp-int-hdrs to dependencies.
+
        * config/rs6000/rs6000.c (function_arg_pass_by_reference): Don't
        pass zero-size arrays by reference.
        (rs6000_va_arg): Likewise.
index c5741e432343871e09f0b167aff87b0d0006710b..8743fc1fa6deb49de5e768d800f2679b4a65fc65 100644 (file)
@@ -12,7 +12,7 @@ gt-darwin.h : s-gtype ; @true
 
 # Explain how to build crt2.o
 $(T)crt2$(objext): $(srcdir)/config/darwin-crt2.c $(GCC_PASSES) \
-       $(TCONFIG_H) tsystem.h
+       $(TCONFIG_H) stmp-int-hdrs tsystem.h
        $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) $(MULTILIB_CFLAGS) \
          -c $(srcdir)/config/darwin-crt2.c -o $(T)crt2$(objext)