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:
a1946f8
)
fix etics-build, make notify by default
author
Jan Pospíšil
<honik@ntc.zcu.cz>
Sun, 17 Feb 2008 15:59:56 +0000
(15:59 +0000)
committer
Jan Pospíšil
<honik@ntc.zcu.cz>
Sun, 17 Feb 2008 15:59:56 +0000
(15:59 +0000)
org.glite.lb.client/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/Makefile
b/org.glite.lb.client/Makefile
index
ba0e6d5
..
10e00aa
100644
(file)
--- a/
org.glite.lb.client/Makefile
+++ b/
org.glite.lb.client/Makefile
@@
-178,7
+178,7
@@
version_info:=-version-info ${shell \
perl -e '$$,=":"; @F=split "\\.","${version}"; print $$F[0]+$$F[1]+${offset},$$F[2],$$F[1]' }
ifdef LB_STANDALONE
-compile all: generate ${LIB} ${THRLIB} ${TOOLS} logevent examples ${MAN_GZ} ${MAN8_GZ}
+compile all: generate ${LIB} ${THRLIB} ${TOOLS} logevent
notify
examples ${MAN_GZ} ${MAN8_GZ}
else
compile all: check_version generate ${LIB} ${THRLIB} ${PLUSLIB} ${THRPLUSLIB} ${TOOLS} logevent examples ${MAN_GZ} ${MAN8_GZ}
endif