summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-26 21:50:00 +0000
committerJim Blandy <jimb@redhat.com>1993-05-26 21:50:00 +0000
commitc469713a1e48f9de9d9af232d6c32d7ebccd7c8a (patch)
treee9ffdf9cbd48dbb8f8503276001a5334e83bf0ee /Makefile.in
parent334e7c2394e07a0c8f340d3c25ca00f07c46ece5 (diff)
downloademacs-c469713a1e48f9de9d9af232d6c32d7ebccd7c8a.tar.gz
* Makefile.in (mkdir): Make all the directories in locallisppath.
Diffstat (limited to 'Makefile.in')
-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
### 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: