mirror of
https://github.com/cc65/cc65.git
synced 2025-02-28 20:29:46 +00:00
Makefile fix for ld65 error processing
This commit is contained in:
parent
7476c86ba9
commit
77a6ea3704
@ -89,10 +89,10 @@ else
|
||||
$(ISEQUAL) --empty $$(@:.bin=.list-err)
|
||||
endif
|
||||
|
||||
ifneq ($(wildcard $(WORKDIR)/$1.ld65-err),)
|
||||
ifneq ($(wildcard ref/$1.ld65err-ref),)
|
||||
$(ISEQUAL) ref/$1.ld65err-ref $$(@:.bin=.ld65-err)
|
||||
else
|
||||
ifneq ($(wildcard $(WORKDIR)/$1.ld65-err),)
|
||||
$(ISEQUAL) --empty $$(@:.bin=.ld65-err)
|
||||
endif
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user