--- gforth/Makefile.in 1996/11/04 22:58:43 1.74 +++ gforth/Makefile.in 1996/12/14 14:21:18 1.76 @@ -23,8 +23,8 @@ # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. -VERSION =0.2.0#gforth version -DOSVERSION=020#gforth version +VERSION =0.2.1#gforth version +DOSVERSION=021#gforth version SHELL = /bin/sh RM = rm RMTREE = rm -rf @@ -122,7 +122,7 @@ GFORTH_FI_SRC = \ wordinfo.fs FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC) \ - ansi.fs answords.fs \ + ans-report.fs ansi.fs answords.fs \ checkans.fs \ code.fs colorize.fs \ doskey.fs ds2texi.fs \ @@ -137,7 +137,7 @@ FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC) wordsets.fs \ tester.fs coretest.fs postponetest.fs dbltest.fs \ bubble.fs siev.fs matrix.fs fib.fs \ - oof.fs oofsampl.fs + oof.fs oofsampl.fs objects.fs SOURCES = CVS compat Makefile.in configure.in configure config.sub config.guess \ acconfig.h config.h.in stamp-h.in \