source: branches/ffigen-apple-gcc-5646/ffigen4/source/gcc-5646-Makefile.in.diff@ 68

Last change on this file since 68 was 67, checked in by gb, 15 years ago

Don't know if this works yet.

File size: 912 bytes
RevLine 
[67]1--- Makefile.in.orig 2009-09-15 07:34:11.000000000 -0600
2+++ Makefile.in 2009-09-15 07:34:53.000000000 -0600
3@@ -1039,7 +1039,7 @@
4 lambda-trans.o lambda-code.o tree-loop-linear.o tree-ssa-sink.o \
5 tree-vrp.o tree-stdarg.o tree-cfgcleanup.o tree-ssa-reassoc.o \
6 tree-ssa-structalias.o tree-object-size.o \
7- rtl-factoring.o
8+ rtl-factoring.o ffi.o
9 # APPLE LOCAL end loops-to-memset
10
11
12@@ -2315,6 +2315,7 @@
13 xcoffout.o : xcoffout.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
14 $(TREE_H) $(RTL_H) xcoffout.h $(FLAGS_H) toplev.h output.h dbxout.h \
15 $(GGC_H) $(TARGET_H) gstab.h xcoff.h
16+ffi.o : ffi.c $(CONFIG_H) system.h $(TREE_H) coretypes.h $(TM_H)
17 emit-rtl.o : emit-rtl.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
18 $(TREE_H) $(FLAGS_H) $(FUNCTION_H) $(REGS_H) insn-config.h $(RECOG_H) \
19 $(GGC_H) $(EXPR_H) hard-reg-set.h bitmap.h toplev.h $(BASIC_BLOCK_H) \
Note: See TracBrowser for help on using the repository browser.