* Makefile.in (install): Don't check to see if tooldir exists.
authorTom Tromey <tromey@redhat.com>
Tue, 4 Jun 1996 22:16:01 +0000 (22:16 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 4 Jun 1996 22:16:01 +0000 (22:16 +0000)
        Make $(tooldir) and $(tooldir)/bin.

gas/ChangeLog
ld/ChangeLog
ld/Makefile.in

index e69cd240054f01bddf09bc14d43182cfc031bbbe..855e239495caebe74955a27606597b9f9d0c1c24 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jun  4 10:55:16 1996  Tom Tromey  <tromey@csk3.cygnus.com>
+
+       * Makefile.in (install): Don't check to see if tooldir exists.
+       Make $(tooldir) and $(tooldir)/bin.
+
 Tue Jun  4 10:14:53 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
        * config/ppc-sol.mt (TDEFINES): Don't turn on -mregnames by
index d974ca5f8f8f49f165a45680c65081985e1f3407..43250c685035d61069857eac05758497a6f15d09 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jun  4 12:12:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
+
+       * Makefile.in (install): Make $(tooldir) and $(tooldir)/bin.
+
 Fri May 31 12:40:55 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * emultempl/pe.em (sort_sections): Don't assume that a
index a34523d37860b4e705d16dfa2663db05df00fcbb..cdc50c5194590a1b112cf0c5890b8628e88e6127 100644 (file)
@@ -905,6 +905,8 @@ install:
        for f in ldscripts/*; do \
          $(INSTALL_DATA) $$f $(scriptdir)/$$f ; \
        done
+       test -d $(tooldir) || mkdir $(tooldir)
+       test -d $(tooldir)/bin || mkdir $(tooldir)/bin
        -n=`echo ld | sed '$(program_transform_name)'`; \
          rm -f $(tooldir)/bin/ld; \
          ln $(bindir)/$$n $(tooldir)/bin/ld >/dev/null 2>/dev/null \
@@ -1012,8 +1014,8 @@ ldver.o: ldver.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
   ld.h ldver.h ldemul.h ldmain.h
 ldwrite.o: ldwrite.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
   $(INCDIR)/obstack.h sysdep.h config.h $(INCDIR)/fopen-same.h \
-  $(INCDIR)/bfdlink.h ld.h ldexp.h ldlang.h ldwrite.h \
-  ldmisc.h ldgram.h ldmain.h
+  $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h ld.h ldexp.h \
+  ldlang.h ldwrite.h ldmisc.h ldgram.h ldmain.h
 lexsup.o: lexsup.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
   $(INCDIR)/obstack.h sysdep.h config.h $(INCDIR)/fopen-same.h \
   $(INCDIR)/getopt.h $(INCDIR)/bfdlink.h ld.h ldmain.h \
This page took 0.037147 seconds and 4 git commands to generate.