3844728d1f5262afe91c7dfdd7187cb46f8fa568 hiram Mon Jan 13 14:05:12 2025 -0800 eliminate the duplication of the -lm library refs #35048 diff --git src/hg/utils/randFrag/makefile src/hg/utils/randFrag/makefile index 3ad38b8..57cd5c1 100644 --- src/hg/utils/randFrag/makefile +++ src/hg/utils/randFrag/makefile @@ -1,15 +1,15 @@ kentSrc = ../../.. include ../../../inc/common.mk -L += $(MYSQLLIBS) -lm -lz +L += $(MYSQLLIBS) MYLIBDIR = ../../../lib/$(MACHTYPE) MYLIBS = $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a A = randFrag O = ${A}.o compile: $(O) $(MYLIBS) ${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/${A} $O $(MYLIBS) $L clean: rm -f $(O)