diff options
author | Roland McGrath <roland@gnu.org> | 1994-11-09 00:25:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-11-09 00:25:38 +0000 |
commit | 8ee838a0b59aea6036878cb73c238b9fa4238e74 (patch) | |
tree | 169d80fe19b19387f3bbd44657a1d5e30d63aefb /Makefile.in | |
parent | 9afd6accd3b0967593a318c5c15b2795bd499221 (diff) | |
download | emacs-8ee838a0b59aea6036878cb73c238b9fa4238e74.tar.gz |
(install-arch-indep): Avoid continued comment swallowing target line.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |