--- gforth/Makedist.in 2010/12/31 18:09:01 1.32 +++ gforth/Makedist.in 2011/12/31 15:29:25 1.34 @@ -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,2007,2008,2010 Free Software Foundation, Inc. +#Copyright (C) 1995,1996,1997,1998,2000,2003,2006,2007,2008,2010,2011 Free Software Foundation, Inc. #This file is part of Gforth. @@ -27,9 +27,7 @@ DOBJECTS=engine/*.o BINONLYDIST = config.status Makefile Makedist \ $(ENGINES) $(ENGINES_FAST) \ $(DOBJECTS) engine/config.h engine/Makefile \ - engine/gforth$(EXE) engine/gforth-fast$(EXE) \ - engine/gforth-ditc$(EXE) engine/gforth-itc$(EXE) \ - $(addprefix engine/,$(PROFEXES)) \ + $(wildcard engine/gforth*$(EXE)) \ stamp-h kernel/version.fs envos.fs build-ec INSTALL.BINDIST #use dist targets only when srcdir=. @@ -91,7 +89,7 @@ dbindist: $(SOURCES) $(FORTH_GEN0) @KERN -$(RMTREE) gforth-$(VERSION) mkdir gforth-$(VERSION) $(TAR) $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) $(BINONLYDIST) | (cd gforth-$(VERSION); tar xf -) - $(STRIP) gforth-$(VERSION){,/engine}/gforth{,-fast,-ditc,-itc}$(EXE) + -$(STRIP) gforth-$(VERSION){,/engine}/gforth*$(EXE) $(TAR) gforth-$(VERSION)|gzip -9 >gforth-$(VERSION).bin.@host@.tar.gz #All file names in a binary distribution