This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

darwin dependencies


2001-05-24   Dale Johannesen   <dalej@apple.com>

         * config/rs6000/t-darwin:  fix dependencies for darwin.o

Index: t-darwin
===================================================================
RCS file: /cvs/repository/CoreTools/gcc3/gcc/config/rs6000/t-darwin,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -b -w -p -r1.5 -r1.6
--- t-darwin    2001/05/22 21:45:11     1.5
+++ t-darwin    2001/05/23 17:57:54     1.6
@@ -18,7 +18,10 @@ fp-bit.c: $(srcdir)/config/fp-bit.c
         echo '#define FLOAT' > fp-bit.c
         cat $(srcdir)/config/fp-bit.c >> fp-bit.c

-darwin.o: $(srcdir)/config/darwin.c
+darwin.o: $(srcdir)/config/darwin.c $(CONFIG_H) $(SYSTEM_H) 
$(RTL_BASE_H) \
+          $(REGS_H) hard-reg-set.h insn-config.h conditions.h output.h \
+          insn-attr.h flags.h $(TREE_H) $(EXPR_H) reload.h $(C_TREE_H) \
+          function.h $(GGC_H) $(TM_P_H)
         $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) 
$(srcdir)/config/darwin.c

  # Build the libraries for both hard and soft floating point


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]