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:
86852fd
)
gSoap 2.7.10 support (all seems working).
author
František Dvořák
<valtri@civ.zcu.cz>
Fri, 25 Jul 2008 17:27:04 +0000
(17:27 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Fri, 25 Jul 2008 17:27:04 +0000
(17:27 +0000)
org.glite.jp.primary/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.primary/Makefile
b/org.glite.jp.primary/Makefile
index
7e26ff2
..
9ccd3f6
100644
(file)
--- a/
org.glite.jp.primary/Makefile
+++ b/
org.glite.jp.primary/Makefile
@@
-212,7
+212,7
@@
soap_ops.o bones_server.o: soap_version.h
soap_version.h:
${gsoap_bin_prefix}/soapcpp2 /dev/null
- perl -ne '$$. == 2 && /.*([0-9]
)\.([0-9])\.([0-9]
).*/ && printf "#define GSOAP_VERSION %d%02d%02d\n",$$1,$$2,$$3' soapH.h >$@
+ perl -ne '$$. == 2 && /.*([0-9]
+)\.([0-9]+)\.([0-9]+
).*/ && printf "#define GSOAP_VERSION %d%02d%02d\n",$$1,$$2,$$3' soapH.h >$@
-rm soapC.cpp soapH.h soapStub.h soapClient.cpp soapServer.cpp soapClientLib.cpp soapServerLib.cpp
soap_env_ctx.c soap_env_ctx.h soap_switch.c: env_C.c mk_soap_switch.pl