Revision: 123793
Author:   dpatel
Date:     2007-02-13 10:19:31 -0800 (Tue, 13 Feb 2007)

Log Message:
-----------
Fix target-specific .cpp files dependencies.

Modified Paths:
--------------
    apple-local/branches/llvm/gcc/Makefile.in

Modified: apple-local/branches/llvm/gcc/Makefile.in
===================================================================
--- apple-local/branches/llvm/gcc/Makefile.in   2007-02-13 17:23:34 UTC (rev 
123792)
+++ apple-local/branches/llvm/gcc/Makefile.in   2007-02-13 18:19:31 UTC (rev 
123793)
@@ -2488,9 +2488,9 @@
                $(out_file) $(OUTPUT_OPTION)
 # APPLE LOCAL begin LLVM
 ifneq ($(out_cxx_file),)
-$(out_cxx_object_file): $(srcdir)/config/$(out_cxx_file) $(CONFIG_H) 
coretypes.h $(TM_H) $(TREE_H) $(GGC_H) \
+$(out_cxx_object_file): $(srcdir)/config/$(out_cxx_file) $(ALL_HEADERS) 
$(TREE_H) $(GGC_H) \
    $(RTL_H) $(REGS_H) hard-reg-set.h real.h insn-config.h conditions.h \
-   output.h $(INSN_ATTR_H) $(SYSTEM_H) toplev.h $(TARGET_H) libfuncs.h \
+   output.h $(INSN_ATTR_H) toplev.h $(TARGET_H) libfuncs.h \
    $(TARGET_DEF_H) function.h $(SCHED_INT_H) $(TM_P_H) $(EXPR_H) $(OPTABS_H) \
    langhooks.h
        $(CXX) -c $(ALL_CXXFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to