--- gforth/Makefile.in 1996/12/28 17:19:23 1.78 +++ gforth/Makefile.in 1997/01/14 16:30:49 1.80 @@ -191,7 +191,7 @@ all: version.fs more #this rule avoids remaking everything after minor changes in Makefile.in version-stamp: Makefile.in - if test x'$(VERSION)' != x`cat $@`; then echo $(VERSION) >$@; fi + test x'$(VERSION)' = x`cat $@` || echo $(VERSION) >$@ version.h: version-stamp echo "static char gforth_version[]=\"$(VERSION)\" ;" >$@ @@ -337,7 +337,7 @@ check test: gforth gforth.fi $(FORTH) tester.fs coretest.fs postponetest.fs dbltest.fs -e bye $(FORTH) code.fs checkans.fs -e bye @echo 'Expect no differences' - $(FORTH) prims2x.fs -e "s\" $(srcdir)/primitives.b\" ' output-c process-file bye"| diff -c - $(srcdir)/primitives.i + $(FORTH) -m 100000 prims2x.fs -e "s\" $(srcdir)/primitives.b\" ' output-c process-file bye"| diff -c - $(srcdir)/primitives.i bench: gforth gforth.fi @echo 'Each benchmark takes about 30s on a 486-66 (gcc-2.6.3 -DFORCE_REG)'