diff mbox

openbsc[master]: drop unneccessary duplicate linking: osmo-bsc

Message ID gerrit.1463841269008.Ia227abcaa7b1f808646aadb9f53ee2a669699c51@gerrit.osmocom.org
State New
Headers show

Commit Message

gerrit-no-reply@lists.osmocom.org May 21, 2016, 2:34 p.m. UTC
Review at  https://gerrit.osmocom.org/87

drop unneccessary duplicate linking: osmo-bsc

Change-Id: Ia227abcaa7b1f808646aadb9f53ee2a669699c51
---
M openbsc/src/osmo-bsc/Makefile.am
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/87/87/1

Comments

gerrit-no-reply@lists.osmocom.org May 21, 2016, 3:02 p.m. UTC | #1
Patch Set 1: Code-Review+2
diff mbox

Patch

diff --git a/openbsc/src/osmo-bsc/Makefile.am b/openbsc/src/osmo-bsc/Makefile.am
index 69b363b..4aa1803 100644
--- a/openbsc/src/osmo-bsc/Makefile.am
+++ b/openbsc/src/osmo-bsc/Makefile.am
@@ -16,7 +16,6 @@ 
 		 $(top_builddir)/src/libbsc/libbsc.a \
 		 $(top_builddir)/src/libtrau/libtrau.a \
 		 $(top_builddir)/src/libcommon/libcommon.a \
-		 $(top_builddir)/src/libcommon/libcommon.a \
 		 $(LIBOSMOSCCP_LIBS) $(LIBOSMOCORE_LIBS) \
 		 $(LIBOSMOGSM_LIBS) $(LIBOSMOVTY_LIBS) $(LIBOSMOCTRL_LIBS) \
 		 $(COVERAGE_LDFLAGS) $(LIBOSMOABIS_LIBS)