From 64582030436e2ce259b61648d93bf02b677ed0a8 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 16 Sep 2013 21:27:23 -0700 Subject: [PATCH] md5/Makefile.in, mhash/Makefile.in: missing line continuation chars --- src/md5/Makefile.in | 4 ++-- src/mhash/Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.25.1