Mercurial > emacs
changeset 3140:852864d39b0a
* Makefile.in (mkdir): Make all the directories in locallisppath.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Wed, 26 May 1993 21:50:00 +0000 |
parents | 198e8fd690de |
children | ffe66ae9bfb3 |
files | Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Wed May 26 21:34:10 1993 +0000 +++ b/Makefile.in Wed May 26 21:50:00 1993 +0000 @@ -381,7 +381,8 @@ ### instead of mkdir. Not all systems' mkdirs have the `-p' flag. mkdir: FRC ./lib-src/make-path ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \ - ${bindir} ${datadir} ${libdir} ${sitelisp} + ${bindir} ${datadir} ${libdir} \ + `echo ${locallisppath} | sed 's/:/ /'` chmod 777 ${COPYDESTS} ${lockdir} FRC: