--- gforth/Makedist.in 2003/05/04 08:28:27 1.16 +++ gforth/Makedist.in 2006/04/08 13:48:22 1.21 @@ -22,16 +22,16 @@ include Makefile #!! redundancy with engine/Makefile.in -DOBJECTS=$(addprefix engine/,io.o signals.o support.o @LIBOBJS@ engine.o engine2.o main.o engine-fast.o engine-fast2.o main-fast.o engine-ditc.o main-ditc.o engine-itc.o main-itc.o) +DOBJECTS=$(addprefix engine/,io.o signals.o support.o @LIBOBJS@ engine.o engine2.o main.o engine-fast.o engine-fast2.o main-fast.o engine-ditc.o main-ditc.o engine-itc.o main-itc.o $(PROFOBJS)) #stuff in a binonly distribution BINONLYDIST = config.status Makefile Makedist \ - gforth$(EXE) gforth-fast$(EXE) gforth-ditc$(EXE) gforth-itc$(EXE) \ + $(ENGINES) $(ENGINES_FAST) \ $(DOBJECTS) engine/config.h engine/Makefile \ engine/gforth$(EXE) engine/gforth-fast$(EXE) \ engine/gforth-ditc$(EXE) engine/gforth-itc$(EXE) \ - stamp-h kernel/version.fs \ - INSTALL.BINDIST + $(addprefix engine/,$(PROFEXES)) \ + stamp-h kernel/version.fs INSTALL.BINDIST #use dist targets only when srcdir=. ddist: $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST)