From 71257dd77b53941f7e16f5564447ce6d599dbe3c Mon Sep 17 00:00:00 2001 From: erickson Date: Tue, 16 Aug 2005 13:29:25 +0000 Subject: [PATCH] removed dependency to self in makefile git-svn-id: svn://svn.open-ils.org/ILS/trunk@1659 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- OpenSRF/src/libtransport/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSRF/src/libtransport/Makefile b/OpenSRF/src/libtransport/Makefile index 5a2e4ff431..bbbed00881 100644 --- a/OpenSRF/src/libtransport/Makefile +++ b/OpenSRF/src/libtransport/Makefile @@ -1,7 +1,7 @@ # set this shell variable prior to calling make to run with malloc_check enabled #MALLOC_CHECK_=1 # XXX debug only -LD_OPTS += -lxml2 -lopensrf_transport -lc_utils +LD_OPTS += -lxml2 -lc_utils SOURCES = transport_socket.c transport_session.c transport_message.c transport_client.c TARGETS = transport_socket.o transport_message.o transport_session.o transport_client.o -- 2.43.2