--- gforth/Makedist.in 2003/07/14 20:57:06 1.17 +++ gforth/Makedist.in 2003/10/09 20:25:59 1.19 @@ -22,7 +22,7 @@ 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 engine-prof.o main-ditc.o engine-itc.o main-itc.o main-prof.o profile.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 \ @@ -30,8 +30,8 @@ BINONLYDIST = config.status Makefile Mak $(DOBJECTS) engine/config.h engine/Makefile \ engine/gforth$(EXE) engine/gforth-fast$(EXE) \ engine/gforth-ditc$(EXE) engine/gforth-itc$(EXE) \ - engine/gforth-prof$(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)