From c8330a8964d70452957b6cb62760dc3fb81108c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Thu, 17 May 2007 17:37:41 +0000 Subject: [PATCH] Successfull rebuild. --- org.glite.lb.common/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/org.glite.lb.common/Makefile b/org.glite.lb.common/Makefile index c20a7b3..4f050e9 100644 --- a/org.glite.lb.common/Makefile +++ b/org.glite.lb.common/Makefile @@ -182,8 +182,7 @@ mkreports: check.parse: test_parse ./test_parse ${REPORTS}/parse.xml -test_parse: parse.cpp - ${CXX} -c ${CFLAGS} ${TEST_INC} $< +test_parse: parse.o ${LINKXX} -o test_parse parse.o ${LTLIB} ${TEST_LIBS} ${EXT_LIBS} check.il: il_test @@ -243,7 +242,7 @@ clean: %.o: %.c ${COMPILE} ${GLOBUSINC} ${CFLAGS} -c $< -il_int_test.o il_string_test.o il_test.o il_msg_test.o: %.o: %.cpp +il_int_test.o il_string_test.o il_test.o il_msg_test.o parse.o: %.o: %.cpp ${CXX} -c ${CFLAGS} ${TEST_INC} $< %.thr.o: %.c -- 1.8.2.3