3844728d1f5262afe91c7dfdd7187cb46f8fa568 hiram Mon Jan 13 14:05:12 2025 -0800 eliminate the duplication of the -lm library refs #35048 diff --git src/hg/utils/pslLiftSubrangeBlat/makefile src/hg/utils/pslLiftSubrangeBlat/makefile index edb1ffe..48fc391 100644 --- src/hg/utils/pslLiftSubrangeBlat/makefile +++ src/hg/utils/pslLiftSubrangeBlat/makefile @@ -1,12 +1,12 @@ kentSrc = ../../.. A = pslLiftSubrangeBlat preMyLibs += ../../../lib/$(MACHTYPE)/jkhgap.a include $(kentSrc)/inc/userApp.mk HG_INC += -I../../../hg/inc -L += $(MYSQLLIBS) -lm +L += $(MYSQLLIBS) test:: cd tests && ${MAKE} test clean:: rm -fr tests/output