* Makefile.in (install): Move subdir_do out of conditional. From
authorIan Lance Taylor <ian@airs.com>
Thu, 26 Dec 1996 23:37:43 +0000 (23:37 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 26 Dec 1996 23:37:43 +0000 (23:37 +0000)
Fred Fish <fnf@cygnus.com>.

bfd/ChangeLog
bfd/Makefile.in

index 4b1377e7b24b5f6beb57e523b4e3dd2ce29c04dc..f27cd37bc1581077d2e9c859778da0ebcbf7b06f 100644 (file)
@@ -1,3 +1,8 @@
+Thu Dec 26 18:36:54 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (install): Move subdir_do out of conditional. From
+       Fred Fish <fnf@cygnus.com>.
+
 Wed Dec 18 10:04:30 1996  Jeffrey A Law  (law@cygnus.com)
 
        * elf32-mn10200.c (enum reloc_type): Enable basic 8, 16, and
index 546b4aedacc86717fa2c226991bbfc3a69ca2d10..89daa000a9b5b42c367aa160381c7a2a7e9a1dff 100644 (file)
@@ -733,8 +733,8 @@ install: $(ALLLIBS)
        $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(oldincludedir)/ansidecl.h; \
        $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(oldincludedir)/bfdlink.h; \
        $(INSTALL_DATA) $(INCDIR)/obstack.h $(oldincludedir)/obstack.h; \
-       $(MAKE) subdir_do DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS); \
        fi
+       $(MAKE) subdir_do DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
 
 Makefile: Makefile.in config.status
        CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
@@ -848,7 +848,7 @@ end-sanitize-arc:
 start-sanitize-d10v:
 elf32-d10v.o: elf32-d10v.c elf-bfd.h $(INCDIR)/elf/common.h \
   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
-  $(INCDIR)/elf/d10v.h elf32-target.h
+  elf32-target.h
 end-sanitize-d10v:
 
 start-sanitize-m32r:
@@ -1070,7 +1070,7 @@ hp300hpux.o: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
   aoutx.h $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
   aout-target.h
-som.o: som.c som.h ../bfd/sysdep.h libhppa.h
+som.o: som.c
 i386aout.o: i386aout.c $(INCDIR)/aout/aout64.h libaout.h \
   $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
This page took 0.050798 seconds and 4 git commands to generate.