From 6093fc8de2b32c25986f620a55cc151145b995be Mon Sep 17 00:00:00 2001 From: bdc Date: Mon, 4 Nov 1996 15:09:14 +0000 Subject: [PATCH] fixed scsh.vm makefile target --- Error-log | 5 ++++- Makefile.in | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Error-log b/Error-log index 92d306c..174ff5d 100644 --- a/Error-log +++ b/Error-log @@ -82,6 +82,9 @@ problem compiling on sunos 4.1.x reported by Franklin Chen. Fix by bdc 3 Nov 96 signals-ignored-by-default for nextstep -Reported by Mike Sperber. Fix by bdc 3 Mov 96 +Reported by Mike Sperber. Fix by bdc 3 Nov 96 *** 0.4.4 Released by bdc 3 Nov 96 + +Makefile.in didn't contain correct scsh.vm target +Reported by Mike Sperber. Fix by bdc 4 Nov 96 diff --git a/Makefile.in b/Makefile.in index 5ae35fc..659180f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -664,7 +664,7 @@ scsh/scsh.vm: $(LIBSCSH) $(VM) scsh/scsh.image -lm ./vm/s48-package-defs.scm \ -dm -m static-heaps -e static-heap-linker \ -s scsh/static.scm \ - scsh/scsh.image $@ + -i scsh/scsh.image -o $@ install-scsh: scsh $(RM) $(bindir)/$(RUNNABLE)