From 67028492e22f4a156a234c3f02c4ca3c5a99b84b Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 16 Sep 2013 23:12:17 -0700 Subject: [PATCH] gtk/Makefile.in: more missing line continuation characters --- src/gtk/Makefile.in | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/gtk/Makefile.in b/src/gtk/Makefile.in index 7d38719e6..fa5e73416 100644 --- a/src/gtk/Makefile.in +++ b/src/gtk/Makefile.in @@ -46,12 +46,9 @@ mit-scheme-gtk.html: gtk.texinfo .PHONY: all check doc -install: install-shim -#install: install-doc - -install-shim: - ( echo '(begin'; - echo ' (install-shim "gtk")'; +install: + ( echo '(begin'; \ + echo ' (install-shim "gtk")'; \ echo ' (install-load-option "gtk"))' ) \ | $(exe) -- *.com *.bci *.pkd make.scm conses.png @@ -59,7 +56,7 @@ install-shim: # echo '(install-info "gtk")' | $(exe) # echo '(install-html "gtk")' | $(exe) -.PHONY: install install-shim # install-doc +.PHONY: install clean: rm -f gtk-const.scm gtk-const gtk-const.c gtk-shim.c -- 2.25.1