diff options
author | 1996-09-28 22:59:25 +0000 | |
---|---|---|
committer | 1996-09-28 22:59:25 +0000 | |
commit | f932053841dd48ab69a9345426a2ee59ef10959d (patch) | |
tree | ba2f9d5388487ac0a8196ea563e7d1aaac57796a | |
parent | Need a real fix. Remove workaround... (diff) | |
download | wireguard-openbsd-f932053841dd48ab69a9345426a2ee59ef10959d.tar.xz wireguard-openbsd-f932053841dd48ab69a9345426a2ee59ef10959d.zip |
A dep line was lost
-rw-r--r-- | gnu/usr.bin/binutils/ld/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile.in b/gnu/usr.bin/binutils/ld/Makefile.in index 4a86dada12e..69c471de422 100644 --- a/gnu/usr.bin/binutils/ld/Makefile.in +++ b/gnu/usr.bin/binutils/ld/Makefile.in @@ -191,7 +191,7 @@ ALL_CFLAGS = $(INCLUDES) @HDEFINES@ $(CFLAGS) .c.o: $(CC) -c $(ALL_CFLAGS) $< -BFDDEP = +BFDDEP = ../bfd/libbfd.a BFDLIB = @BFDLIB@ LIBIBERTY = ../libiberty/libiberty.a |