fixed scsh.vm makefile target
This commit is contained in:
parent
85d516da9b
commit
6093fc8de2
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue