projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ea12d4
)
Add rule to make MacOS X application.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 14 Dec 2009 05:15:06 +0000
(21:15 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 14 Dec 2009 05:15:06 +0000
(21:15 -0800)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index f6f00b84bee7d28885cd0c7023db79c77531452d..8774547e7738fc228e2e33848004d8ef9c59872c 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-81,6
+81,10
@@
all-liarc:
@$(top_srcdir)/etc/c-compile.sh "$(MIT_SCHEME_EXE)" --compiler
$(MAKE) compile-liarc-bundles build-bands
+stamp_macosx-app: all
+ etc/make-macosx-app.sh
+ echo "done" > $@
+
compile-microcode:
(cd microcode && $(MAKE) all)