summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-02-14 14:26:06 +0000
committerJim Blandy <jimb@redhat.com>1993-02-14 14:26:06 +0000
commit83f6a56577521de547fa3788e010a4cd675cf91d (patch)
tree04e3fff2f3d64dce0debb9b413d4d5f910550269
parent1bba56f6d77f7d2be7865be96b0e1ed9f4c2d528 (diff)
downloademacs-83f6a56577521de547fa3788e010a4cd675cf91d.tar.gz
* Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
${infodir} from these variables; we have written out explicit code to install the info files. * Makefile.in: Some makes can't handle comments in the middle of commands; move them to before the whole rule.
-rw-r--r--Makefile.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index c28918af947..5e61e907a8d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -171,10 +171,13 @@ SUBDIR = lib-src src
# The makefiles of the directories in $SUBDIR.
SUBDIR_MAKEFILES = lib-src/Makefile src/Makefile
-# Subdirectories to install, and where they'll go. lib-src's makefile
-# knows how to install it, so we don't do that here.
-COPYDIR = etc ${srcdir}/info ${srcdir}/lisp
-COPYDESTS = ${etcdir} ${infodir} ${lispdir}
+# Subdirectories to install, and where they'll go.
+# lib-src's makefile knows how to install it, so we don't do that here.
+# When installing the info files, we need to do special things to
+# avoid nuking an existing dir file, so we don't do that here;
+# instead, we have written out explicit code in the `install' targets.
+COPYDIR = etc ${srcdir}/lisp
+COPYDESTS = ${etcdir} ${lispdir}
all: src/paths.h ${SUBDIR}