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