]> git.eshelyaron.com Git - emacs.git/commitdiff
(install-arch-dep): Depend on install-arch-indep.
authorRichard M. Stallman <rms@gnu.org>
Fri, 23 Feb 1996 21:44:18 +0000 (21:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 23 Feb 1996 21:44:18 +0000 (21:44 +0000)
(install): Put install-arch-indep before install-arch-dep.

Makefile.in

index ea322f3c50723b5d97fe7e2bd910540e12c00a39..ea58c3bc1f448e49247927098353a5749d109517 100644 (file)
@@ -294,11 +294,13 @@ 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.
-install: ${SUBDIR} install-arch-dep install-arch-indep blessmail
+install: ${SUBDIR} install-arch-indep install-arch-dep blessmail
        @true
 
 ### Install the executables that were compiled specifically for this machine.
-install-arch-dep: mkdir
+### 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
        (cd lib-src; \
          $(MAKE) install $(MFLAGS) prefix=${prefix} \
            exec_prefix=${exec_prefix} bindir=${bindir} \