diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-12-26 23:37:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-12-26 23:37:43 +0000 |
commit | 78650abdefc807403457ab97c69bff9f60c5bf6c (patch) | |
tree | b3e446be82603fb8dcbeb9ec82a5a59503ffeb60 /bfd/Makefile.in | |
parent | 34191e52056ef6780b44234b0ff706daba5a3e8c (diff) | |
download | gdb-78650abdefc807403457ab97c69bff9f60c5bf6c.zip gdb-78650abdefc807403457ab97c69bff9f60c5bf6c.tar.gz gdb-78650abdefc807403457ab97c69bff9f60c5bf6c.tar.bz2 |
* Makefile.in (install): Move subdir_do out of conditional. From
Fred Fish <fnf@cygnus.com>.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 546b4ae..89daa00 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -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 |