Diff for /gforth/Makefile.in between versions 1.348 and 1.349

version 1.348, 2007/04/09 22:36:01 version 1.349, 2007/06/01 18:40:20
Line 223  GFORTH_FI_SRC = \ Line 223  GFORTH_FI_SRC = \
         hash.fs \          hash.fs \
         history.fs \          history.fs \
         intcomp.fs \          intcomp.fs \
           libcc.fs \
         locals.fs \          locals.fs \
         look.fs \          look.fs \
         quotes.fs \          quotes.fs \
Line 262  FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC) Line 263  FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC)
         test/string.fs test/float.fs test/gforth.fs \          test/string.fs test/float.fs test/gforth.fs \
         test/other.fs test/signals.fs test/checkans.fs \          test/other.fs test/signals.fs test/checkans.fs \
         test/primtest.fs test/coreext.fs test/deferred.fs \          test/primtest.fs test/coreext.fs test/deferred.fs \
         test/coremore.fs test/gforth-nofast.fs \          test/coremore.fs test/gforth-nofast.fs test/libcc.fs \
         bubble.fs siev.fs matrix.fs fib.fs \          bubble.fs siev.fs matrix.fs fib.fs \
         oof.fs oofsampl.fs objects.fs objexamp.fs mini-oof.fs moof-exm.fs \          oof.fs oofsampl.fs objects.fs objexamp.fs mini-oof.fs moof-exm.fs \
         moofglos.fs fixpath.fs \          moofglos.fs fixpath.fs \

Removed from v.1.348  
changed lines
  Added in v.1.349


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>