aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1993-05-26 21:50:00 +0000
committerJim Blandy1993-05-26 21:50:00 +0000
commitc469713a1e48f9de9d9af232d6c32d7ebccd7c8a (patch)
treee9ffdf9cbd48dbb8f8503276001a5334e83bf0ee
parent334e7c2394e07a0c8f340d3c25ca00f07c46ece5 (diff)
downloademacs-c469713a1e48f9de9d9af232d6c32d7ebccd7c8a.tar.gz
emacs-c469713a1e48f9de9d9af232d6c32d7ebccd7c8a.zip
* Makefile.in (mkdir): Make all the directories in locallisppath.
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 7b00ca8c3da..83c27e01a1f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -381,7 +381,8 @@ do-install: mkdir
381### instead of mkdir. Not all systems' mkdirs have the `-p' flag. 381### instead of mkdir. Not all systems' mkdirs have the `-p' flag.
382mkdir: FRC 382mkdir: FRC
383 ./lib-src/make-path ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \ 383 ./lib-src/make-path ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \
384 ${bindir} ${datadir} ${libdir} ${sitelisp} 384 ${bindir} ${datadir} ${libdir} \
385 `echo ${locallisppath} | sed 's/:/ /'`
385 chmod 777 ${COPYDESTS} ${lockdir} 386 chmod 777 ${COPYDESTS} ${lockdir}
386 387
387FRC: 388FRC: