mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Remove last remenants of cleandeps
Allow disabling generation of .d files for a whole directory llvm-svn: 8053
This commit is contained in:
parent
3c346cb78a
commit
277f72713c
@ -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…
x
Reference in New Issue
Block a user