git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ae0114
)
Successfull rebuild.
author
František Dvořák
<valtri@civ.zcu.cz>
Thu, 17 May 2007 17:37:41 +0000
(17:37 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Thu, 17 May 2007 17:37:41 +0000
(17:37 +0000)
org.glite.lb.common/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/Makefile
b/org.glite.lb.common/Makefile
index
c20a7b3
..
4f050e9
100644
(file)
--- 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