Merge "Resolve circular references (uuid)"

This commit is contained in:
Zuul 2019-02-04 23:14:45 +00:00 committed by Gerrit Code Review
commit 0039589298
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ libsm_common.so.$(VER_MJR): libsm_common.so.$(VER)
ln -sf $^ $@
libsm_common.so.$(VER): ${OBJS}
$(CXX) ${LDFLAGS} $(LDLIBS) -Wl,-soname,libsm_common.so.$(VER_MJR) -o $@ $^
$(CXX) ${LDFLAGS} -Wl,--start-group $(LDLIBS) -Wl,-soname,libsm_common.so.$(VER_MJR) -o $@ $^
libsm_watchdog_nfs.so: libsm_watchdog_nfs.so.$(VER_MJR)
ln -sf $^ $@