Mercurial > emacs
changeset 9497:9d0e3c1c3f8c
use mkinstalldirs instead of make-path
author | David J. MacKenzie <djm@gnu.org> |
---|---|
date | Wed, 12 Oct 1994 23:29:23 +0000 |
parents | 6becf5fe3d5d |
children | 0d3e8a3551b1 |
files | Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Wed Oct 12 23:28:43 1994 +0000 +++ b/Makefile.in Wed Oct 12 23:29:23 1994 +0000 @@ -351,10 +351,10 @@ ### 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}