From 009f42ab3cd2b7d3421e8e56a344fb6b5d852782 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 15 Nov 2004 13:02:19 +0000 Subject: [PATCH] drop unused definition symbol --- org.glite.lb.client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb.client/Makefile b/org.glite.lb.client/Makefile index b72b7a1..17e4784 100644 --- a/org.glite.lb.client/Makefile +++ b/org.glite.lb.client/Makefile @@ -181,7 +181,7 @@ ${LIBTHROBJS} ${TESTLIBTHROBJS}: %.thr.o: %.c ${COMPILE} ${GLOBUSTHRINC} -o $@ -c $< logevent_fake.o: logevent.c - ${COMPILE} ${GLOBUSINC} -DFAKE -c $< -o $@ + ${COMPILE} ${GLOBUSINC} -c $< -o $@ # catches $TOOLS and logevent compilation %.o: %.c -- 1.8.2.3