mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-31 11:32:42 +00:00
Patch submited by Casey to remove obnoxious warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4278 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e2d053ad18
commit
ed03bc913f
@ -476,5 +476,5 @@ clean::
|
||||
#
|
||||
SourceDepend := $(addsuffix .d,$(addprefix $(BUILD_ROOT)/Depend/,$(basename $(filter-out Debug/%, $(Source)))))
|
||||
ifneq ($(SourceDepend),)
|
||||
include $(SourceDepend)
|
||||
-include $(SourceDepend)
|
||||
endif
|
||||
|
@ -476,5 +476,5 @@ clean::
|
||||
#
|
||||
SourceDepend := $(addsuffix .d,$(addprefix $(BUILD_ROOT)/Depend/,$(basename $(filter-out Debug/%, $(Source)))))
|
||||
ifneq ($(SourceDepend),)
|
||||
include $(SourceDepend)
|
||||
-include $(SourceDepend)
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user