Diff for /gforth/Makefile.in between versions 1.317 and 1.318

version 1.317, 2006/03/11 21:50:58 version 1.318, 2006/03/11 22:29:13
Line 410  FORTH_GEN_ENGINE_FAST= \ Line 410  FORTH_GEN_ENGINE_FAST= \
         engine/prim_superend-fast.i engine/profile-fast.i \          engine/prim_superend-fast.i engine/profile-fast.i \
         engine/prim_num-fast.i engine/prim_grp-fast.i \          engine/prim_num-fast.i engine/prim_grp-fast.i \
         engine/costs-fast.i engine/super2-fast.i          engine/costs-fast.i engine/super2-fast.i
 FORTH_GEN_PRIMB = $(FORTH_GEN_ENGINE) kernel/aliases.fs kernel/prim.fs  FORTH_GEN_PRIMB = $(FORTH_GEN_ENGINE) $(FORTH_GEN_ENGINE_FAST) kernel/aliases.fs kernel/prim.fs
 FORTH_GEN0 = prim.b $(FORTH_GEN_PRIMB)  FORTH_GEN0 = prim.b $(FORTH_GEN_PRIMB)
 FORTH_GEN =  $(FORTH_GEN0) @KERNEL@ gforth.fi  FORTH_GEN =  $(FORTH_GEN0) @KERNEL@ gforth.fi
 # this is used for antidependences,  # this is used for antidependences,

Removed from v.1.317  
changed lines
  Added in v.1.318


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