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:
9452a55
)
temporarily disable check_version control
author
Jan Pospíšil
<honik@ntc.zcu.cz>
Sun, 26 Dec 2004 17:18:41 +0000
(17:18 +0000)
committer
Jan Pospíšil
<honik@ntc.zcu.cz>
Sun, 26 Dec 2004 17:18:41 +0000
(17:18 +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
d4424be
..
8a37959
100644
(file)
--- a/
org.glite.lb.common/Makefile
+++ b/
org.glite.lb.common/Makefile
@@
-99,7
+99,8
@@
THRLTLIB:=libglite_lb_common_${thrflavour}.la
default: all
-all compile: check_version ${STATICLIB} ${LTLIB} ${THRSTATICLIB} ${THRLTLIB}
+#all compile: check_version ${STATICLIB} ${LTLIB} ${THRSTATICLIB} ${THRLTLIB}
+all compile: ${STATICLIB} ${LTLIB} ${THRSTATICLIB} ${THRLTLIB}
version_info=-version-info `echo ${version} | cut -d. -f1,2 | tr . :`