--- gforth/Makefile.in 1996/01/25 16:45:49 1.53 +++ gforth/Makefile.in 1996/02/19 18:57:24 1.54 @@ -278,10 +278,10 @@ uninstall: @echo -e "Type\n$(RM) -rf $(bindir)/gforth $(mandir)/gforth.1 $(infodir)/gforth.info* $(datadir)/gforth $(libdir)/gforth\nto remove Gforth completely" check: test - touch test + #touch test test: gforth gforth.fi - $(FORTH) tester.fs coretest.fs -e bye + $(FORTH) tester.fs coretest.fs dbltest.fs -e bye $(FORTH) code.fs checkans.fs -e bye @echo 'Expect no differences' $(FORTH) prims2x.fs -e "s\" primitives.b\" ' output-c process-file bye"| diff -c - primitives.i