From 1d45d08bfa302bebcb2fd10571522edd80ee772d Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 16 Sep 2013 22:18:35 -0700 Subject: [PATCH] gtk/Makefile.in: missing line continuation characters --- src/gtk/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gtk/Makefile.in b/src/gtk/Makefile.in index b4c9120ae..7d38719e6 100644 --- a/src/gtk/Makefile.in +++ b/src/gtk/Makefile.in @@ -31,8 +31,8 @@ all: gtk-shim.so gtk-types.bin gtk-const.bin echo "gtk-unx.crf:0: warning: non-empty"; exit 1; fi check: - ( echo '(begin'; - echo ' (load "check")'; + ( echo '(begin'; \ + echo ' (load "check")'; \ echo ' (load "check-doc"))' ) | $(exe) doc: mit-scheme-gtk.info -- 2.25.1