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/Makefile.in | |
| parent | a317ac28fecafee3f36082e11dcc591d0fb137c4 (diff) | |
| download | emacs-ed4affe121c26ea1a1bf9fadc44a85b9e81e4a58.tar.gz emacs-ed4affe121c26ea1a1bf9fadc44a85b9e81e4a58.zip | |
* lib-src/Makefile.in (install): Ensure $bindir exists.
Diffstat (limited to 'lib-src/Makefile.in')
| -rw-r--r-- | lib-src/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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)'`; \ |