a0edf8c7b208cc0ed405485b579f909a7505b4e7 tdreszer Tue Apr 17 11:58:46 2012 -0700 Revert "Another batch of makefile changes to add -lm" This reverts commit b515245139885e85616db56a4cfd1c6321a84e80. diff --git src/hg/gbGetEntries/makefile src/hg/gbGetEntries/makefile index 563ea8f..eb9e669 100644 --- src/hg/gbGetEntries/makefile +++ src/hg/gbGetEntries/makefile @@ -1,17 +1,17 @@ include ../../inc/common.mk HG_WARN = ${HG_WARN_ERR} L += MYLIBDIR = ../../lib/$(MACHTYPE) MYLIBS = $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a O = gbGetEntries.o gbGetEntries: $O ../../lib/$(MACHTYPE)/jkweb.a - ${CC} -lm -o ${BINDIR}/gbGetEntries $O $(MYLIBS) $L + ${CC} -o ${BINDIR}/gbGetEntries $O $(MYLIBS) $L test:: (cd tests && ${MAKE} test) clean:: (cd tests && ${MAKE} clean)