--- gforth/Makedist.in 2003/12/31 13:44:14 1.20 +++ gforth/Makedist.in 2006/04/08 13:48:22 1.21 @@ -26,7 +26,7 @@ DOBJECTS=$(addprefix engine/,io.o signal #stuff in a binonly distribution BINONLYDIST = config.status Makefile Makedist \ - $(ENGINES) \ + $(ENGINES) $(ENGINES_FAST) \ $(DOBJECTS) engine/config.h engine/Makefile \ engine/gforth$(EXE) engine/gforth-fast$(EXE) \ engine/gforth-ditc$(EXE) engine/gforth-itc$(EXE) \