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:
ddfd92c
)
gtk: Catch up with install-shim's DESTDIR support.
author
Matt Birkholz
<matt@birkholz.chandler.az.us>
Wed, 16 Oct 2013 18:51:33 +0000
(11:51 -0700)
committer
Matt Birkholz
<matt@birkholz.chandler.az.us>
Wed, 16 Oct 2013 18:51:33 +0000
(11:51 -0700)
src/gtk/Makefile.in
patch
|
blob
|
history
diff --git
a/src/gtk/Makefile.in
b/src/gtk/Makefile.in
index 4df7a3c130b12c62003063ee3ccc8a45b62b99aa..7e6fb32bea06b12ff318d4b0bb18e356d8d2ff50 100644
(file)
--- a/
src/gtk/Makefile.in
+++ b/
src/gtk/Makefile.in
@@
-48,8
+48,8
@@
mit-scheme-gtk.html: gtk.texinfo
install:
( echo '(begin'; \
- echo ' (install-shim "gtk")'; \
- echo ' (install-load-option "gtk"))' ) \
+ echo ' (install-shim "
$(DESTDIR)" "
gtk")'; \
+ echo ' (install-load-option "
$(DESTDIR)" "
gtk"))' ) \
| $(exe) -- *.com *.bci *.pkd make.scm conses.png
# install-doc: