The oldcompare production no longer requires savefiles.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 2 Apr 2023 15:54:37 +0000 (11:54 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 2 Apr 2023 15:54:37 +0000 (11:54 -0400)
tests/Makefile

index 7087e69dd530be54d5a869a09bfa50d2ecd7f958..80768024cf6febf4b51e921063040304e74f5e8d 100644 (file)
@@ -149,7 +149,7 @@ count:
 # The *.chk files need not be up-to-date for this to work.
 #
 TAPFILTER=tapview
-oldcompare: $(SGAMES)
+oldcompare:
        @if [ -f ../advent430 ]; then cp ../advent430 ../adventure.data .; else echo "advent430 nonexistent"; exit 1; fi
        @-(for x in *.log; do \
                stem=$${x%.log}; \