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 | 3e809b9f194fc4522ab1a83354947f684c0f409d (patch) | |
tree | 05c846c8758ba6cad1611aec7d1105aabc9726c5 /Makefile.in | |
parent | 2151a1cff8a9b2086e89e3262b8ee0dbffd4c83a (diff) | |
download | emacs-3e809b9f194fc4522ab1a83354947f684c0f409d.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 \ |