* Makefile.am (install-exec-local): Create $(tooldir)/bin before
authorIan Lance Taylor <ian@airs.com>
Mon, 4 Aug 1997 19:55:49 +0000 (19:55 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 4 Aug 1997 19:55:49 +0000 (19:55 +0000)
trying to install anything into it.
* Makefile.in: Rebuild.

binutils/ChangeLog
binutils/Makefile.am
binutils/Makefile.in

index 2444671efcef13d2e83d07bf9ac4970c6fa3790d..bdf4273a20c37c0cf0d159262969e5b6b61537b6 100644 (file)
@@ -1,5 +1,9 @@
 Mon Aug  4 11:47:31 1997  Ian Lance Taylor  <ian@cygnus.com>
 
+       * Makefile.am (install-exec-local): Create $(tooldir)/bin before
+       trying to install anything into it.
+       * Makefile.in: Rebuild.
+
        * Makefile.am (TOOL_PROGS): Use an explicit $(EXEEXT).
        (install-exec-local): When handling $(noinst_PROGRAMS), only use
        $(EXEEXT) on the installed file.  When handling $(TOOL_PROGS),
index 91236536a6829abfb903183c7e8b51acd7996673..2ee03bfb604fe8ae2d64dee17794177ab184bab9 100644 (file)
@@ -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)//'`; \
index 2d5d343b95376c4ab267fc2cbd1fb0352e33a460..435eb47926c21428b8ff829d96d261c1170c2c4a 100644 (file)
@@ -1008,6 +1008,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)//'`; \