temporarily disable check_version control
authorJan Pospíšil <honik@ntc.zcu.cz>
Sun, 26 Dec 2004 17:18:41 +0000 (17:18 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Sun, 26 Dec 2004 17:18:41 +0000 (17:18 +0000)
org.glite.lb.common/Makefile

index d4424be..8a37959 100644 (file)
@@ -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 . :`