3844728d1f5262afe91c7dfdd7187cb46f8fa568 hiram Mon Jan 13 14:05:12 2025 -0800 eliminate the duplication of the -lm library refs #35048 diff --git src/parasol/gensub2/makefile src/parasol/gensub2/makefile index 82d761a..de774da 100644 --- src/parasol/gensub2/makefile +++ src/parasol/gensub2/makefile @@ -1,16 +1,15 @@ kentSrc = ../.. include ../../inc/common.mk -L += -lm -lz MYLIBDIR = ../../lib/$(MACHTYPE) MYLIBS = $(MYLIBDIR)/jkweb.a O = gensub2.o gensub2: $O $(MYLIBS) ${MKDIR} ../bin ${CC} ${COPT} ${CFLAGS} -o ../bin/gensub2 $O $(MYLIBS) $L ${STRIP} ../bin/gensub2${EXE} clean:: rm -f ${O}