summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-22 14:10:16 +0000
committerChris Lattner <sabre@nondot.org>2003-08-22 14:10:16 +0000
commit33ad24a096aa3b16b7ca64ae86edc4d7c3e913a0 (patch)
treeee5b2ead2c84151c4e70ddec25b099c1873f33a5 /Makefile.common
parentb8586b74a5a9b1a077f949dfcb58775a108f8619 (diff)
downloadllvm-33ad24a096aa3b16b7ca64ae86edc4d7c3e913a0.tar.gz
llvm-33ad24a096aa3b16b7ca64ae86edc4d7c3e913a0.tar.bz2
llvm-33ad24a096aa3b16b7ca64ae86edc4d7c3e913a0.tar.xz
Remove last remenants of cleandeps
Allow disabling generation of .d files for a whole directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8053 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index b5d1e54b65..a524f0b9f1 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -818,6 +818,8 @@ clean::
# 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
endif
-cleandeps::
- $(VERB) rm -f $(SourceDepend)
-
+endif # ifndef DISABLE_AUTO_DEPENDENCIES