summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-11-09 00:25:38 +0000
committerRoland McGrath <roland@gnu.org>1994-11-09 00:25:38 +0000
commit3e809b9f194fc4522ab1a83354947f684c0f409d (patch)
tree05c846c8758ba6cad1611aec7d1105aabc9726c5 /Makefile.in
parent2151a1cff8a9b2086e89e3262b8ee0dbffd4c83a (diff)
downloademacs-3e809b9f194fc4522ab1a83354947f684c0f409d.tar.gz
(install-arch-indep): Avoid continued comment swallowing target line.
Diffstat (limited to 'Makefile.in')
-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
# 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 \