From 8ee838a0b59aea6036878cb73c238b9fa4238e74 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 9 Nov 1994 00:25:38 +0000 Subject: (install-arch-indep): Avoid continued comment swallowing target line. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit v1.2.1