Remove last remenants of cleandeps

Allow disabling generation of .d files for a whole directory

llvm-svn: 8053
This commit is contained in:
Chris Lattner 2003-08-22 14:10:16 +00:00
parent 4f59be2126
commit e9d7d70ae7
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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