Makefile fix for ld65 error processing
This commit is contained in:
@@ -89,10 +89,10 @@ else
|
|||||||
$(ISEQUAL) --empty $$(@:.bin=.list-err)
|
$(ISEQUAL) --empty $$(@:.bin=.list-err)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(wildcard $(WORKDIR)/$1.ld65-err),)
|
|
||||||
ifneq ($(wildcard ref/$1.ld65err-ref),)
|
ifneq ($(wildcard ref/$1.ld65err-ref),)
|
||||||
$(ISEQUAL) ref/$1.ld65err-ref $$(@:.bin=.ld65-err)
|
$(ISEQUAL) ref/$1.ld65err-ref $$(@:.bin=.ld65-err)
|
||||||
else
|
else
|
||||||
|
ifneq ($(wildcard $(WORKDIR)/$1.ld65-err),)
|
||||||
$(ISEQUAL) --empty $$(@:.bin=.ld65-err)
|
$(ISEQUAL) --empty $$(@:.bin=.ld65-err)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user