diff options
| -rw-r--r-- | Makefile.in | 3 |
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. |
| 382 | mkdir: FRC | 382 | mkdir: 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 | ||
| 387 | FRC: | 388 | FRC: |