diff options
author | 2000-12-19 23:26:43 +0000 | |
---|---|---|
committer | 2000-12-19 23:26:43 +0000 | |
commit | 81907154f39c346dcfff0f2d080569d4b9c8d08f (patch) | |
tree | 0c78e6f5405107fdf38d4b8ad61e06484b7b02a0 | |
parent | add identd example for tcp6 (diff) | |
download | wireguard-openbsd-81907154f39c346dcfff0f2d080569d4b9c8d08f.tar.xz wireguard-openbsd-81907154f39c346dcfff0f2d080569d4b9c8d08f.zip |
-libiberty is a bogus dependency, so remove it, as we share it with egcs.
PR 1571.
-rw-r--r-- | gnu/usr.bin/binutils/gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile.in b/gnu/usr.bin/binutils/gdb/Makefile.in index e59638ec64a..740b2912a8d 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile.in +++ b/gnu/usr.bin/binutils/gdb/Makefile.in @@ -208,7 +208,7 @@ CLIBS = $(SIM) $(BFD) $(READLINE) $(OPCODES) $(LIBIBERTY) $(ENABLE_CLIBS) \ $(TERMCAP) $(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS) @LIBS@ \ $(MMALLOC) $(LIBIBERTY) CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE) \ - $(OPCODES) $(MMALLOC) $(LIBIBERTY) + $(OPCODES) $(MMALLOC) #$(LIBIBERTY) ADD_FILES = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES) ADD_DEPS = $(REGEX1) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES) |