From: Roland McGrath Date: Wed, 9 Nov 1994 00:25:38 +0000 (+0000) Subject: (install-arch-indep): Avoid continued comment swallowing target line. X-Git-Tag: emacs-19.34~6016 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e809b9f194fc4522ab1a83354947f684c0f409d;p=emacs.git (install-arch-indep): Avoid continued comment swallowing target line. --- diff --git a/Makefile.in b/Makefile.in index bd2a9268cbe..525fdf6aab4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -312,6 +312,7 @@ install-arch-dep: mkdir # These lines appeared after the second -set, but should be unnecessary. # mkdir ${COPYDESTS} ; \ # chmod ugo+rx ${COPYDESTS} ; \ +# The backslash above continues the comment onto this line. It ends here. install-arch-indep: mkdir -set ${COPYDESTS} ; \ for dir in ${COPYDIR} ; do \