diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-03-09 21:07:42 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-03-09 21:07:42 +0000 |
commit | d93fd405884c89593d920428403349f45af3d620 (patch) | |
tree | f07bb166df6587d79d35ae161e19a96dd02675bc /gnu/usr.bin | |
parent | babb5977b8513f057e80cd58ba6fb631e63528ff (diff) |
Provide more dependencies for binutils to build with make -j on a.out
platforms; ok espie@ kettenis@
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/binutils/bfd/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/bfd/Makefile.in b/gnu/usr.bin/binutils/bfd/Makefile.in index f06e88b4bd2..a5dcdcc9da9 100644 --- a/gnu/usr.bin/binutils/bfd/Makefile.in +++ b/gnu/usr.bin/binutils/bfd/Makefile.in @@ -1271,7 +1271,7 @@ $(BFD32_LIBS) \ $(ALL_MACHINES) \ $(BFD32_BACKENDS) \ $(BFD64_BACKENDS) \ - $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS) + $(OPTIONAL_BACKENDS) @COREFILE@: $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS) install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd @$(NORMAL_INSTALL) @@ -2167,6 +2167,8 @@ peigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \ pepigen.lo: pepigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \ libcoff.h $(INCDIR)/bfdlink.h libpei.h +netbsd-core.lo: netbsd-core.c $(INCDIR)/filenames.h libaout.h \ + $(INCDIR)/bfdlink.h # IF YOU PUT ANYTHING HERE IT WILL GO AWAY # Tell versions [3.59,3.63) of GNU make to not export all variables. |