diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-04 19:55:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-04 19:55:49 +0000 |
commit | 7ab51306ae9b05af2606f310651923d77b937aae (patch) | |
tree | 18ddbab1a33cf08a1baab6546d6e58b451a9fc37 /binutils/Makefile.am | |
parent | 6b4f31d97f6cffa52ce5a887825256c573390b7c (diff) | |
download | gdb-7ab51306ae9b05af2606f310651923d77b937aae.zip gdb-7ab51306ae9b05af2606f310651923d77b937aae.tar.gz gdb-7ab51306ae9b05af2606f310651923d77b937aae.tar.bz2 |
* Makefile.am (install-exec-local): Create $(tooldir)/bin before
trying to install anything into it.
* Makefile.in: Rebuild.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r-- | binutils/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am index 9123653..2ee03bf 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -304,6 +304,7 @@ install-exec-local: $(bin_PROGRAMS) $(noinst_PROGRAMS) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/.new//'|sed '$(transform)'`$(EXEEXT); \ else :; fi; \ done + $(mkinstalldirs) $(tooldir)/bin for i in $(TOOL_PROGS); do \ if [ -f $$i ]; then \ j=`echo $$i | sed -e 's/.new//' -e 's/$(EXEEXT)//'`; \ |