]> git.eshelyaron.com Git - emacs.git/commitdiff
(install-arch-indep): Avoid continued comment swallowing target line.
authorRoland McGrath <roland@gnu.org>
Wed, 9 Nov 1994 00:25:38 +0000 (00:25 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 9 Nov 1994 00:25:38 +0000 (00:25 +0000)
Makefile.in

index bd2a9268cbe9b9ca9317a376d50031d09b74af8c..525fdf6aab412386fffcf36470bfe1ee68fc055e 100644 (file)
@@ -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 \