--- gforth/Makefile.in 2003/01/03 17:28:12 1.241 +++ gforth/Makefile.in 2003/01/06 10:51:26 1.242 @@ -368,7 +368,8 @@ GEN = gforth$(EXE) gforth-ditc$(EXE) gfo # things that need a working forth system to be generated FORTH_GEN_ENGINE=engine/prim.i engine/prim_lab.i engine/prim_names.i \ engine/prim_superend.i engine/peephole.i engine/profile.i \ - engine/prim_num.i engine/prim_grp.i + engine/prim_num.i engine/prim_grp.i \ + engine/config.h FORTH_GEN0 = prim.b $(FORTH_GEN_ENGINE) kernel/aliases.fs kernel/prim.fs kernel/groups.fs FORTH_GEN = $(FORTH_GEN0) @KERNEL@ gforth.fi # this is used for antidependences,