--- gforth/Makefile.in 1997/05/29 19:42:11 1.101 +++ gforth/Makefile.in 1997/06/12 17:37:22 1.103 @@ -284,7 +284,7 @@ clean: mostlyclean -$(RM) -rf $(GEN) *.o engine/*.o engine/*.a distclean: clean - -$(RM) machine/machine.h kernel.fi config.cache config.log \ + -$(RM) machine kernel.fi config.cache config.log \ config.status engine/config.h Makefile stamp-h #realclean is useless, but dangerous, so it's commented out @@ -419,8 +419,6 @@ bench: gforth gforth.fi time $(FORTH) -m 160000 matrix.fs -e "main bye" time $(FORTH) fib.fs -e "main bye" -dvi: gforth.dvi - gforth: $(OBJECTS) $(OBJECTS0) -$(CP) gforth gforth~ $(GCC) $(LDFLAGS) $(OBJECTS) $(OBJECTS0) $(LDLIBS) -o $@