diff --git a/test/asm/listing/Makefile b/test/asm/listing/Makefile index e4528dd06..976af1fc8 100644 --- a/test/asm/listing/Makefile +++ b/test/asm/listing/Makefile @@ -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