--- gforth/Makefile.in 2008/02/23 13:03:55 1.388 +++ gforth/Makefile.in 2008/02/26 18:08:07 1.391 @@ -454,6 +454,7 @@ KERNLS = kernl16b$(EC).fi- kernl16l$(EC) kernl32b$(EC).fi- kernl32l$(EC).fi- \ kernl64b$(EC).fi- kernl64l$(EC).fi- +# ------------- Make forth images GEN_PRECIOUS = $(FORTH_GEN) $(KERNLS) \ doc/gforth.texi doc/gforth.dvi doc/gforth.ps \ doc/vmgen.dvi doc/vmgen.ps \ @@ -482,7 +483,6 @@ kernel/version.fs: version more: $(ENGINES) $(FORTH_GEN) $(GEN) @$(MAKE) check - @$(FORTH_FAST) --diag -e bye #from the gcc Makefile: #"Deletion of files made during compilation. @@ -530,7 +530,7 @@ distclean: clean #realclean is useless, but dangerous, so it's commented out realclean: distclean - -$(RM) $(GEN_PRECIOUS) + -$(RM) -f $(GEN_PRECIOUS) `cat .cvsignore` #mostlyclean, but also remove some of the stuff that is distributed virtualclean: mostlyclean