Seperate code out of TargetMachine into MachineInstrInfo
[oota-llvm.git] / Makefile.rules
index 7518f7ff6e9ebd25ef11deb5c13e491df2e81bca..b021a4cb31b6d3cb244429f380536d2ba0792e63 100644 (file)
@@ -476,5 +476,5 @@ clean::
 #
 SourceDepend := $(addsuffix .d,$(addprefix $(BUILD_ROOT)/Depend/,$(basename $(filter-out Debug/%, $(Source)))))
 ifneq ($(SourceDepend),)
-include $(SourceDepend)
+-include $(SourceDepend)
 endif