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