mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
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
This commit is contained in:
parent
b8586b74a5
commit
33ad24a096
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user