mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-21 03:52:16 -08:00
* Makefile.in (mkdir): Make all the directories in locallisppath.
This commit is contained in:
parent
334e7c2394
commit
c469713a1e
1 changed files with 2 additions and 1 deletions
|
|
@ -381,7 +381,8 @@ do-install: mkdir
|
|||
### 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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue