diff options
| author | Glenn Morris | 2012-05-17 23:33:04 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-17 23:33:04 -0700 |
| commit | ed4affe121c26ea1a1bf9fadc44a85b9e81e4a58 (patch) | |
| tree | fd9910091567341f0b3c4475db9f33656f53af99 /lib-src | |
| parent | a317ac28fecafee3f36082e11dcc591d0fb137c4 (diff) | |
| download | emacs-ed4affe121c26ea1a1bf9fadc44a85b9e81e4a58.tar.gz emacs-ed4affe121c26ea1a1bf9fadc44a85b9e81e4a58.zip | |
* lib-src/Makefile.in (install): Ensure $bindir exists.
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)'`; \ |