aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: