910378643087254ec5d8fffe664b4bf92f5e7361
jcasper
  Thu Jul 25 11:59:44 2024 -0700
Final fixup for the new straw library, refs #33225

diff --git src/hg/lib/straw/makefile src/hg/lib/straw/makefile
index 24e2a72..1a664b9 100644
--- src/hg/lib/straw/makefile
+++ src/hg/lib/straw/makefile
@@ -1,10 +1,10 @@
 KENT_INC=-I../../../inc
 
 straw: straw.o cStraw.o
 	ld -r -o ../straw.o straw.o cStraw.o
 straw.o: straw.cpp straw.h
-	${CXX} straw.cpp ${KENT_INC} -g -c -lz -std=c++11 -lcurl -o straw.o
+	${CXX} straw.cpp ${KENT_INC} -g -c -lz -std=c++11 -o straw.o
 cStraw.o: cStraw.cpp straw.h
-	${CXX} cStraw.cpp ${KENT_INC} -g -c -lz -std=c++11 -lcurl -o cStraw.o
+	${CXX} cStraw.cpp ${KENT_INC} -g -c -lz -std=c++11 -o cStraw.o
 clean:
 	rm -f straw.o cStraw.o ../straw.o