]> git.eshelyaron.com Git - emacs.git/commitdiff
use mkinstalldirs instead of make-path
authorDavid J. MacKenzie <djm@gnu.org>
Wed, 12 Oct 1994 23:29:23 +0000 (23:29 +0000)
committerDavid J. MacKenzie <djm@gnu.org>
Wed, 12 Oct 1994 23:29:23 +0000 (23:29 +0000)
Makefile.in

index 15f3e529f39daed76c1e853d74657d0017cc1945..3812aa095ad6745f3ef2178d07d4c0468ae349e3 100644 (file)
@@ -351,10 +351,10 @@ install-arch-indep: mkdir
 
 ### Build all the directories we're going to install Emacs in. Since
 ### we may be creating several layers of directories (for example,
-### /usr/local/lib/emacs/19.0/mips-dec-ultrix4.2), we use make-path
+### /usr/local/lib/emacs/19.0/mips-dec-ultrix4.2), we use mkinstalldirs
 ### instead of mkdir.  Not all systems' mkdirs have the `-p' flag.
 mkdir: FRC
-       ./lib-src/make-path ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \
+       $(srcdir)/mkinstalldirs ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \
          ${bindir} ${datadir} ${docdir} ${libexecdir} \
          `echo ${locallisppath} | sed 's/:/ /g'`
        -chmod 777 ${lockdir}