add makefile dependency

This commit is contained in:
Matthew Flatt 2020-12-02 14:55:21 -07:00
parent ef664169e1
commit 918716fa3e

View File

@ -388,7 +388,7 @@ ${SchemeBoot}: ${macroobj} ${patchfile} ${compilerobj}
' (map symbol->string (quote (${compilerobj}))))'\
| ${Scheme} -q ${macroobj} ${patchfile}
cmacros.so: cmacros.ss machine.def layout.ss
cmacros.so: cmacros.ss machine.def default.def layout.ss
echo '(reset-handler abort)'\
'(base-exception-handler (lambda (c) (fresh-line) (display-condition c) (newline) (reset)))'\
'(keyboard-interrupt-handler (lambda () (display "interrupted---aborting\n") (reset)))'\