]> git.eshelyaron.com Git - emacs.git/commitdiff
(install-arch-dep): Don't depend on install-arch-indep.
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Mar 1996 15:24:35 +0000 (15:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Mar 1996 15:24:35 +0000 (15:24 +0000)
Makefile.in

index ea58c3bc1f448e49247927098353a5749d109517..81de57e11a5f5822ff4389fd8c17987d257b15a5 100644 (file)
@@ -294,13 +294,15 @@ lwlib/Makefile: lwlib/Makefile.in config.status
 ## source exists and is distinct from the destination.
 ## We don't depend on `all', but rather on ${SUBDIR}, so that we won't
 ## ever modify src/paths.h.
+### We do install-arch-indep first because
+### the executable needs the Lisp files and DOC file to work properly.
 install: ${SUBDIR} install-arch-indep install-arch-dep blessmail
        @true
 
 ### Install the executables that were compiled specifically for this machine.
-### This depends on install-arch-indep because
-### the executable needs the Lisp files and DOC file to work properly.
-install-arch-dep: mkdir install-arch-indep
+### It would be nice to do something for a parallel make
+### to ensure that install-arch-indep finishes before this starts.
+install-arch-dep: mkdir
        (cd lib-src; \
          $(MAKE) install $(MFLAGS) prefix=${prefix} \
            exec_prefix=${exec_prefix} bindir=${bindir} \