From 2a101a1bb0fe67e6d4f81f045e439ba01ba47bea Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 16 Sep 2013 17:07:20 -0700 Subject: [PATCH] gtk: install-load-option needs file list, not install-shim. --- src/gtk/Makefile.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/gtk/Makefile.in b/src/gtk/Makefile.in index 60695f8a6..b4c9120ae 100644 --- a/src/gtk/Makefile.in +++ b/src/gtk/Makefile.in @@ -31,8 +31,9 @@ all: gtk-shim.so gtk-types.bin gtk-const.bin echo "gtk-unx.crf:0: warning: non-empty"; exit 1; fi check: - echo '(load "check")' | $(exe) - echo '(load "check-doc")' | $(exe) + ( echo '(begin'; + echo ' (load "check")'; + echo ' (load "check-doc"))' ) | $(exe) doc: mit-scheme-gtk.info doc: mit-scheme-gtk.html @@ -49,9 +50,10 @@ install: install-shim #install: install-doc install-shim: - echo '(install-shim "gtk")' \ + ( echo '(begin'; + echo ' (install-shim "gtk")'; + echo ' (install-load-option "gtk"))' ) \ | $(exe) -- *.com *.bci *.pkd make.scm conses.png - echo '(install-load-option "gtk")' | $(exe) # install-doc: # echo '(install-info "gtk")' | $(exe) -- 2.25.1