From: Matt Birkholz Date: Wed, 20 Nov 2013 18:12:49 +0000 (-0700) Subject: gtk-screen: Add DESTDIR arg, now required by install-load-option. X-Git-Tag: mit-scheme-pucked-9.2.12~366^2~12 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3373a0a8922f2d609938717041ee79d5fc17f76a;p=mit-scheme.git gtk-screen: Add DESTDIR arg, now required by install-load-option. --- diff --git a/src/gtk-screen/Makefile b/src/gtk-screen/Makefile index aa601261e..73abff161 100644 --- 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: