1
Fork 0
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:
Jim Blandy 1993-05-26 21:50:00 +00:00
parent 334e7c2394
commit c469713a1e

View file

@ -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: