X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fregression%2FMakefile.in;h=3378a7b0cb174e5c49897a22ec357fb9e715ab1a;hb=16ac8b47e19e2fde58a59fab8b53be041be8efe6;hp=ab3c6f5f44c4409e4729248672fa33e02f17064d;hpb=9f4a142c68aec5404d59bd94ba66e8fc37fc0e45;p=fw%2Fsdcc diff --git a/support/regression/Makefile.in b/support/regression/Makefile.in index ab3c6f5f..3378a7b0 100644 --- a/support/regression/Makefile.in +++ b/support/regression/Makefile.in @@ -69,7 +69,7 @@ GENERATE_CASES = $(srcdir)/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 .svn xa51 ucz80 gbz80 pic16,$(notdir $(wildcard $(PORTS_DIR)/*))) +ALL_PORTS = $(filter-out .svn xa51 z80 gbz80 pic16,$(notdir $(wildcard $(PORTS_DIR)/*))) # These ports will be cleaned with 'make clean' CLEAN_PORTS = $(filter-out .svn,$(notdir $(wildcard $(PORTS_DIR)/*)))