3844728d1f5262afe91c7dfdd7187cb46f8fa568 hiram Mon Jan 13 14:05:12 2025 -0800 eliminate the duplication of the -lm library refs #35048 diff --git src/tracks/makefile src/tracks/makefile index ce49663..eb59227 100644 --- src/tracks/makefile +++ src/tracks/makefile @@ -1,19 +1,19 @@ kentSrc = .. include ../inc/common.mk -L += $(MYSQLLIBS) -lz -lm +L += $(MYSQLLIBS) MYLIBDIR = ../lib/$(MACHTYPE) MYLIBS = $(MYLIBDIR)/jkweb.a A = tracksWS120.exe O = tracks.o compile: $O ${CC} $O $(MYLIBS) $(L) mv ${AOUT} $A #${STRIP} $A chmod a+rx $A my: compile mv $A ${CGI_BIN}-$(USER)/$A