118dd60772dacb0ee6e8612f31a702fe2b6e7ebf kent Mon Jan 11 14:45:03 2021 -0800 Taking special -lhdf5 line out of link libraries since freen no longer needs them. diff --git src/hg/oneShot/freen/makefile src/hg/oneShot/freen/makefile index 3bac6c3..c9b9adf 100644 --- src/hg/oneShot/freen/makefile +++ src/hg/oneShot/freen/makefile @@ -1,19 +1,19 @@ kentSrc = ../../.. include ../../../inc/common.mk L += $(MYSQLLIBS) -lm -lz MYLIBDIR = ../../../lib/$(MACHTYPE) -MYLIBS = -lhdf5 $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a +MYLIBS = $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a O = freen.o hello: freen.o ${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/freen $O $(MYLIBS) $L testGlob: cd fooDir cd fooDir; echo f*.* clean:: rm -f ${O}