From 33c68d38e82a2d3dcfea78d734e7abfa7928e8f2 Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Sun, 13 Jan 2002 20:43:54 +0000 Subject: [PATCH] Don't include mcs51-stack-auto in target all git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1797 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 b83f375a..8602db1b 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 ds390 gbz80,$(notdir $(wildcard $(PORTS_DIR)/*))) +ALL_PORTS = $(filter-out CVS 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