--- gforth/Makefile.in 1996/01/25 16:45:49 1.53 +++ gforth/Makefile.in 1996/02/19 19:19:33 1.55 @@ -267,7 +267,7 @@ install: gforth $(FORTH_SRC) kernal.fi g sed s:$(srcdir)/:$(datadir)/gforth/$(VERSION): gforth.TAGS >TAGS; $(INSTALL_DATA) TAGS $(datadir)/gforth/$(VERSION) if test -d $(emacssitelispdir); then \ $(INSTALL_DATA) gforth.el $(emacssitelispdir); \ - else ; \ + else \ echo "please install gforth.el in your .../emacs/site-lisp directory"; \ fi @@ -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