[llvm-commits] CVS: llvm/Makefile.common

Chris Lattner lattner at cs.uiuc.edu
Fri Oct 25 09:33:01 PDT 2002


Changes in directory llvm:

Makefile.common updated: 1.65 -> 1.66

---
Log message:

Patch submited by Casey to remove obnoxious warnings.


---
Diffs of the changes:

Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.65 llvm/Makefile.common:1.66
--- llvm/Makefile.common:1.65	Tue Oct 22 18:35:28 2002
+++ llvm/Makefile.common	Fri Oct 25 09:32:42 2002
@@ -476,5 +476,5 @@
 #
 SourceDepend := $(addsuffix .d,$(addprefix $(BUILD_ROOT)/Depend/,$(basename $(filter-out Debug/%, $(Source)))))
 ifneq ($(SourceDepend),)
-include $(SourceDepend)
+-include $(SourceDepend)
 endif





More information about the llvm-commits mailing list