mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
One too many )'s breaks 'make clean' with certain versions of make.
This fixes PR1927 This should be pulled into llvm 2.2. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46245 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e6b0c0036a
commit
05a3e8aa4d
@ -1457,7 +1457,7 @@ clean-all-local::
|
||||
ifndef DISABLE_AUTO_DEPENDENCIES
|
||||
|
||||
# If its not one of the cleaning targets
|
||||
ifneq ($(strip $(filter-out clean clean-local dist-clean,$(MAKECMDGOALS)))),)
|
||||
ifneq ($(strip $(filter-out clean clean-local dist-clean,$(MAKECMDGOALS))),)
|
||||
|
||||
# Get the list of dependency files
|
||||
DependFiles := $(basename $(filter %.cpp %.c %.cc, $(Sources)))
|
||||
|
Loading…
Reference in New Issue
Block a user