aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath1994-11-09 00:25:38 +0000
committerRoland McGrath1994-11-09 00:25:38 +0000
commit3e809b9f194fc4522ab1a83354947f684c0f409d (patch)
tree05c846c8758ba6cad1611aec7d1105aabc9726c5
parent2151a1cff8a9b2086e89e3262b8ee0dbffd4c83a (diff)
downloademacs-3e809b9f194fc4522ab1a83354947f684c0f409d.tar.gz
emacs-3e809b9f194fc4522ab1a83354947f684c0f409d.zip
(install-arch-indep): Avoid continued comment swallowing target line.
-rw-r--r--Makefile.in1
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
312# These lines appeared after the second -set, but should be unnecessary. 312# These lines appeared after the second -set, but should be unnecessary.
313# mkdir ${COPYDESTS} ; \ 313# mkdir ${COPYDESTS} ; \
314# chmod ugo+rx ${COPYDESTS} ; \ 314# chmod ugo+rx ${COPYDESTS} ; \
315# The backslash above continues the comment onto this line. It ends here.
315install-arch-indep: mkdir 316install-arch-indep: mkdir
316 -set ${COPYDESTS} ; \ 317 -set ${COPYDESTS} ; \
317 for dir in ${COPYDIR} ; do \ 318 for dir in ${COPYDIR} ; do \