714017d05fd5c43c04909b45b79023859619e520
hiram
  Mon Jan 13 09:55:40 2025 -0800
eliminate the duplication of the -lm library refs #35048

diff --git src/utils/bigWigMerge/makefile src/utils/bigWigMerge/makefile
index 04915ad..4ad72cc 100644
--- src/utils/bigWigMerge/makefile
+++ src/utils/bigWigMerge/makefile
@@ -1,12 +1,11 @@
 kentSrc = ../..
 A = bigWigMerge
 include $(kentSrc)/inc/userApp.mk
-L += -lm -lz
 
 TESTOUT = test/output
 TESTIN = test/in
 TESTEXPECTED = test/expected
 
 clean::
 	rm -rf ${TESTOUT}