--- gforth/Makefile.in 1999/01/08 16:58:29 1.143 +++ gforth/Makefile.in 1999/01/21 20:09:12 1.145 @@ -53,7 +53,7 @@ osclass = @OSCLASS@ SHELL = /bin/sh RM = rm RMTREE = rm -rf -CP = cp +CP = cp -p MV = mv TAR = tar cf - INSTALL = @INSTALL@ @@ -171,6 +171,7 @@ EC_SRC = \ GFORTH_FI_SRC = \ assert.fs \ + backtrace.fs \ blocked.fb \ blocks.fs \ bufio.fs \ @@ -427,6 +428,7 @@ binonlydist: Makedist FORCE install: gforth$(EXE) $(FORTH_SRC) $(kernel_fi) gforth.fi gforthmi doc/gforth.1 prim install.TAGS installdirs touch $(siteforthdir)/siteinit.fs -$(RM) $(bindir)/gforth$(EXE) $(bindir)/gforth-$(VERSION)$(EXE) $(bindir)/gforthmi + -$(RM) $(bindir)/gforth-fast$(EXE) $(bindir)/gforth-fast-$(VERSION)$(EXE) $(bindir)/gforthmi $(INSTALL_PROGRAM) -s gforth$(EXE) $(bindir)/gforth-$(VERSION)$(EXE) $(LN_S) $(bindir)/gforth-$(VERSION)$(EXE) $(bindir)/gforth$(EXE) $(INSTALL_PROGRAM) -s gforth-fast$(EXE) $(bindir)/gforth-fast-$(VERSION)$(EXE)