changeset 1860:f7565191703b

* 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.
author Jim Blandy <jimb@redhat.com>
date Sun, 14 Feb 1993 14:26:06 +0000
parents bf9e3f462e86
children b5c86d0608ac
files Makefile.in
diffstat 1 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Sun Feb 14 14:25:18 1993 +0000
+++ b/Makefile.in	Sun Feb 14 14:26:06 1993 +0000
@@ -171,10 +171,13 @@
 # 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}