--- gforth/Makedist.in 2007/12/31 18:40:23 1.25 +++ gforth/Makedist.in 2008/07/15 16:11:49 1.28 @@ -1,7 +1,7 @@ #make dist targets (workaround for broken makes) #use GNU make if your make does not grok this. -#Copyright (C) 1995,1996,1997,1998,2000,2003,2006 Free Software Foundation, Inc. +#Copyright (C) 1995,1996,1997,1998,2000,2003,2006,2007,2008 Free Software Foundation, Inc. #This file is part of Gforth. @@ -21,7 +21,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 main-ditc.o engine-itc.o main-itc.o $(PROFOBJS)) +DOBJECTS=engine/*.o #stuff in a binonly distribution BINONLYDIST = config.status Makefile Makedist \