--- gforth/Makefile.in 2007/04/09 22:36:01 1.348 +++ gforth/Makefile.in 2007/06/01 18:40:20 1.349 @@ -223,6 +223,7 @@ GFORTH_FI_SRC = \ hash.fs \ history.fs \ intcomp.fs \ + libcc.fs \ locals.fs \ look.fs \ quotes.fs \ @@ -262,7 +263,7 @@ FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC) test/string.fs test/float.fs test/gforth.fs \ test/other.fs test/signals.fs test/checkans.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 \ oof.fs oofsampl.fs objects.fs objexamp.fs mini-oof.fs moof-exm.fs \ moofglos.fs fixpath.fs \