From 19e6f6e73d8d856aef015c9651f9fe07abe1d308 Mon Sep 17 00:00:00 2001 From: johanknol Date: Fri, 1 Mar 2002 11:41:18 +0000 Subject: [PATCH] that was unintended git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1966 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/regression/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/regression/Makefile b/support/regression/Makefile index 7a77a874..888d7f07 100644 --- a/support/regression/Makefile +++ b/support/regression/Makefile @@ -60,7 +60,7 @@ GENERATE_CASES = generate-cases.py # Each directory under ports/ is used as a port name. Each port is tested. # Each port must have a spec.mk which describes how to build the object # files and how to run the emulator. -ALL_PORTS = $(filter-out CVS mcs51 mcs51-large mcs51-stack-auto ds390 gbz80,$(notdir $(wildcard $(PORTS_DIR)/*))) +ALL_PORTS = $(filter-out CVS xa51 mcs51 mcs51-large mcs51-stack-auto ds390 gbz80,$(notdir $(wildcard $(PORTS_DIR)/*))) # These ports will be cleaned with 'make clean' CLEAN_PORTS = $(filter-out CVS,$(notdir $(wildcard $(PORTS_DIR)/*))) -- 2.47.2