From: Matt Birkholz Date: Tue, 17 Sep 2013 04:27:23 +0000 (-0700) Subject: md5/Makefile.in, mhash/Makefile.in: missing line continuation chars X-Git-Tag: release-9.2.0~106 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=64582030436e2ce259b61648d93bf02b677ed0a8;p=mit-scheme.git md5/Makefile.in, mhash/Makefile.in: missing line continuation chars --- diff --git a/src/md5/Makefile.in b/src/md5/Makefile.in index e8cd76fb8..7a2b387cc 100644 --- a/src/md5/Makefile.in +++ b/src/md5/Makefile.in @@ -35,8 +35,8 @@ check: echo '(load "check")' | $(exe) install: - ( echo '(begin'; - echo ' (install-shim "md5")'; + ( echo '(begin'; \ + echo ' (install-shim "md5")'; \ echo ' (install-load-option "md5"))' ) \ | $(exe) -- *.com *.bci *.pkd make.scm diff --git a/src/mhash/Makefile.in b/src/mhash/Makefile.in index 3187c483c..594a5dcfb 100644 --- a/src/mhash/Makefile.in +++ b/src/mhash/Makefile.in @@ -35,8 +35,8 @@ check: echo '(load "check")' | $(exe) install: - ( echo '(begin'; - echo ' (install-shim "mhash")'; + ( echo '(begin'; \ + echo ' (install-shim "mhash")'; \ echo ' (install-load-option "mhash"))' ) \ | $(exe) -- *.com *.bci *.pkd make.scm