at master 861 B view raw
1--- ./src/utils/bigWigCat/makefile 2023-03-27 14:03:01.585896516 +0000 2+++ ./src/utils/bigWigCat/makefile 2023-03-27 14:03:27.716180479 +0000 3@@ -1,3 +1,4 @@ 4 kentSrc = ../.. 5 A = bigWigCat 6 include $(kentSrc)/inc/userApp.mk 7+L += -lz 8 9--- ./src/utils/pslLiftSubrangeBlat/makefile 1970-01-01 00:00:01.000000000 +0000 10+++ ./src/utils/pslLiftSubrangeBlat/makefile 2023-03-27 14:36:59.044600213 +0000 11@@ -3,7 +3,7 @@ 12 preMyLibs += ../../lib/$(MACHTYPE)/jkhgap.a 13 include $(kentSrc)/inc/userApp.mk 14 HG_INC += -I../../hg/inc 15-L += $(MYSQLLIBS) -lm 16+L += $(MYSQLLIBS) -lm -lz 17 18 test:: 19 cd tests && ${MAKE} test 20 21--- ./src/utils/bigWigCorrelate/makefile 2023-03-27 14:36:23.117545553 +0000 22+++ ./src/utils/bigWigCorrelate/makefile 2023-03-27 14:36:33.854328176 +0000 23@@ -1,3 +1,4 @@ 24 kentSrc = ../.. 25 A = bigWigCorrelate 26 include $(kentSrc)/inc/userApp.mk 27+L += -lz