[llvm-commits] CVS: llvm/Makefile.common
Chris Lattner
lattner at cs.uiuc.edu
Fri Aug 22 19:53:10 PDT 2003
Changes in directory llvm:
Makefile.common updated: 1.126 -> 1.127
---
Log message:
Remove last remenants of cleandeps
Allow disabling generation of .d files for a whole directory
---
Diffs of the changes:
Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.126 llvm/Makefile.common:1.127
--- llvm/Makefile.common:1.126 Fri Aug 22 00:22:13 2003
+++ llvm/Makefile.common Fri Aug 22 09:10:16 2003
@@ -818,6 +818,8 @@
# from C/C++ source files.
###########################################################################
+ifndef DISABLE_AUTO_DEPENDENCIES
+
# If dependencies were generated for the file that included this file,
# include the dependencies now...
#
@@ -846,6 +848,4 @@
endif
endif
-cleandeps::
- $(VERB) rm -f $(SourceDepend)
-
+endif # ifndef DISABLE_AUTO_DEPENDENCIES
More information about the llvm-commits
mailing list