diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index a4a1cffaa96..d0e9e5c525a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-05-18 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (install): Ensure $bindir exists. | ||
| 4 | |||
| 1 | 2012-05-17 Glenn Morris <rgm@gnu.org> | 5 | 2012-05-17 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (ns_appbindir): New, set by configure. | 7 | * Makefile.in (ns_appbindir): New, set by configure. |
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 1306e660630..fd423212c9f 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -259,6 +259,7 @@ $(DESTDIR)${archlibdir}: all | |||
| 259 | install: $(DESTDIR)${archlibdir} | 259 | install: $(DESTDIR)${archlibdir} |
| 260 | @echo | 260 | @echo |
| 261 | @echo "Installing utilities for users to run." | 261 | @echo "Installing utilities for users to run." |
| 262 | umask 022; ${MKDIR_P} $(DESTDIR)${bindir} | ||
| 262 | for file in ${INSTALLABLES} ; do \ | 263 | for file in ${INSTALLABLES} ; do \ |
| 263 | $(INSTALL_PROGRAM) $(INSTALL_STRIP) $${file} $(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'` ; \ | 264 | $(INSTALL_PROGRAM) $(INSTALL_STRIP) $${file} $(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'` ; \ |
| 264 | chmod a+rx $(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'`; \ | 265 | chmod a+rx $(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'`; \ |