[llvm-commits] [123793] Fix target-specific .cpp files dependencies.
dpatel at apple.com
dpatel at apple.com
Tue Feb 13 10:19:31 PST 2007
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) \
More information about the llvm-commits
mailing list