diff mbox series

[BlueZ] Makefile.tools: remove duplicate link entry

Message ID 20220217095647.2693176-1-bluez@heine.tech
State New
Headers show
Series [BlueZ] Makefile.tools: remove duplicate link entry | expand

Commit Message

Michael Nosthoff Feb. 17, 2022, 9:56 a.m. UTC
---
 Makefile.tools | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

bluez.test.bot@gmail.com Feb. 17, 2022, 11:25 a.m. UTC | #1
This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=615314

---Test result---

Test Summary:
CheckPatch                    PASS      1.44 seconds
GitLint                       PASS      0.98 seconds
Prep - Setup ELL              PASS      44.01 seconds
Build - Prep                  PASS      0.75 seconds
Build - Configure             PASS      8.77 seconds
Build - Make                  PASS      1318.86 seconds
Make Check                    PASS      11.85 seconds
Make Check w/Valgrind         PASS      453.09 seconds
Make Distcheck                PASS      249.38 seconds
Build w/ext ELL - Configure   PASS      8.83 seconds
Build w/ext ELL - Make        PASS      1288.74 seconds
Incremental Build with patchesPASS      0.00 seconds



---
Regards,
Linux Bluetooth
diff mbox series

Patch

diff --git a/Makefile.tools b/Makefile.tools
index 51199b20a..bd902fd83 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -463,8 +463,7 @@  tools_bluetooth_player_LDADD = gdbus/libgdbus-internal.la \
 
 tools_obexctl_SOURCES = tools/obexctl.c
 tools_obexctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \
-			src/libshared-glib.la $(GLIB_LIBS) $(DBUS_LIBS) \
-			-lreadline
+			$(GLIB_LIBS) $(DBUS_LIBS) -lreadline
 
 tools_btmgmt_SOURCES = tools/btmgmt.c src/uuid-helper.c client/display.c
 tools_btmgmt_LDADD = lib/libbluetooth-internal.la src/libshared-mainloop.la \