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:
17ce0d4
)
Fix broken reference: "load.scm" -> "make.scm".
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 2 Jun 2010 08:04:30 +0000
(
01:04
-0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 2 Jun 2010 08:04:30 +0000
(
01:04
-0700)
src/ffi/Makefile-fragment
patch
|
blob
|
history
diff --git
a/src/ffi/Makefile-fragment
b/src/ffi/Makefile-fragment
index e530bb0209217adbdb0999a77b972d95fcfe5a80..ace73a10452260f0b5e51b69ea520320150b233a 100644
(file)
--- a/
src/ffi/Makefile-fragment
+++ b/
src/ffi/Makefile-fragment
@@
-9,7
+9,7
@@
install:
$(INSTALL_COM) *.com $(DESTDIR)$(TARGET_DIR)/.
$(INSTALL_DATA) *.bci $(DESTDIR)$(TARGET_DIR)/.
$(INSTALL_DATA) ffi-*.pkd $(DESTDIR)$(TARGET_DIR)/.
- $(INSTALL_DATA)
load
.scm $(DESTDIR)$(TARGET_DIR)/.
+ $(INSTALL_DATA)
make
.scm $(DESTDIR)$(TARGET_DIR)/.
clean-example:
rm -rf prhello-shim.* prhello-types.bin