714017d05fd5c43c04909b45b79023859619e520 hiram Mon Jan 13 09:55:40 2025 -0800 eliminate the duplication of the -lm library refs #35048 diff --git src/utils/bigBedInfo/makefile src/utils/bigBedInfo/makefile index cf0e4a3..02b384e 100644 --- src/utils/bigBedInfo/makefile +++ src/utils/bigBedInfo/makefile @@ -1,5 +1,5 @@ kentSrc = ../.. A = bigBedInfo include $(kentSrc)/inc/userApp.mk -L += -lm -lz ${SOCKETLIB} +L += ${SOCKETLIB}