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:
c364ec3
)
gtk-screen: Add DESTDIR arg, now required by install-load-option.
author
Matt Birkholz
<matt@birkholz.chandler.az.us>
Wed, 20 Nov 2013 18:12:49 +0000
(11:12 -0700)
committer
Matt Birkholz
<matt@birkholz.chandler.az.us>
Wed, 20 Nov 2013 18:12:49 +0000
(11:12 -0700)
src/gtk-screen/Makefile
patch
|
blob
|
history
diff --git
a/src/gtk-screen/Makefile
b/src/gtk-screen/Makefile
index aa601261e3275867cdbb1f43903480ccf91be253..73abff1614cc1075df4a10156473fa7776d81263 100644
(file)
--- a/
src/gtk-screen/Makefile
+++ b/
src/gtk-screen/Makefile
@@
-29,7
+29,7
@@
check:
echo '(load "check")' | $(exe)
install:
- echo '(install-load-option "gtk-screen")' \
+ echo '(install-load-option "
$(DESTDIR)" "
gtk-screen")' \
| $(exe) -- *.com *.bci *.pkd make.scm
clean distclean maintainer-clean: