aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDavid J. MacKenzie1994-10-12 23:29:23 +0000
committerDavid J. MacKenzie1994-10-12 23:29:23 +0000
commit614b45a7764c725b8a264e47a70977d12e16fe78 (patch)
tree1bf24e85f21f4d4130815b34cd88a4d9e36c9dc5 /Makefile.in
parent2d521ee66bdf5e34ef71a0bfa33d0f98a1896622 (diff)
downloademacs-614b45a7764c725b8a264e47a70977d12e16fe78.tar.gz
emacs-614b45a7764c725b8a264e47a70977d12e16fe78.zip
use mkinstalldirs instead of make-path
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 15f3e529f39..3812aa095ad 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -351,10 +351,10 @@ install-arch-indep: mkdir
351 351
352### Build all the directories we're going to install Emacs in. Since 352### Build all the directories we're going to install Emacs in. Since
353### we may be creating several layers of directories (for example, 353### we may be creating several layers of directories (for example,
354### /usr/local/lib/emacs/19.0/mips-dec-ultrix4.2), we use make-path 354### /usr/local/lib/emacs/19.0/mips-dec-ultrix4.2), we use mkinstalldirs
355### instead of mkdir. Not all systems' mkdirs have the `-p' flag. 355### instead of mkdir. Not all systems' mkdirs have the `-p' flag.
356mkdir: FRC 356mkdir: FRC
357 ./lib-src/make-path ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \ 357 $(srcdir)/mkinstalldirs ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \
358 ${bindir} ${datadir} ${docdir} ${libexecdir} \ 358 ${bindir} ${datadir} ${docdir} ${libexecdir} \
359 `echo ${locallisppath} | sed 's/:/ /g'` 359 `echo ${locallisppath} | sed 's/:/ /g'`
360 -chmod 777 ${lockdir} 360 -chmod 777 ${lockdir}