mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Fix a major bug with BUILT_SOURCES. You actually have to dereference a
variable before you can filter its value. Duh! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18979 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c8afbd5c2f
commit
07a549aeb0
@ -74,7 +74,7 @@ preconditions : $(PreConditions)
|
||||
#------------------------------------------------------------------------
|
||||
# Make sure the BUILT_SOURCES are built first
|
||||
#------------------------------------------------------------------------
|
||||
$(filter-out clean clean-local,UserTargets):: $(BUILT_SOURCES)
|
||||
$(filter-out clean clean-local,$(UserTargets)):: $(BUILT_SOURCES)
|
||||
|
||||
clean-local::
|
||||
ifneq ($(strip $(BUILT_SOURCES)),)
|
||||
|
Loading…
Reference in New Issue
Block a user