gtk/Makefile.in: more missing line continuation characters
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Tue, 17 Sep 2013 06:12:17 +0000 (23:12 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Tue, 17 Sep 2013 06:12:17 +0000 (23:12 -0700)
src/gtk/Makefile.in

index 7d38719e6afe5e4be1bdb7bc63ce70608dc1c19d..fa5e734163cd8009cfabf8bc03638cc411b487ee 100644 (file)
@@ -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