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:
4602b88
)
use .o=.lo instead of ` `
author
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 18 Jun 2004 13:54:09 +0000
(13:54 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 18 Jun 2004 13:54:09 +0000
(13:54 +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
d8658ce
..
b5df086
100644
(file)
--- a/
org.glite.lb.client/Makefile
+++ b/
org.glite.lb.client/Makefile
@@
-35,8
+35,8
@@
PLUSOBJS:=Event.o Job.o JobStatus.o Notification.o ServerConnection.o
PUB_HDRS:=CountRef.h Event.h JobJobStatus.h Notification.h ServerConnection.h \
LoggingExceptions.h
-LIBLOBJS:=
`echo ${LIBOBJS} | sed 's/\.o/\.lo/g'`
-PLUSLOBJS:=
`echo ${PLUSOBJS} | sed 's/\.o/\.lo/g'`
+LIBLOBJS:=
${LIBOBJS:.o=.lo}
+PLUSLOBJS:=
${PLUSOBJS:.o=.lo}
HELPERS:=-L${stagelib} -lglite_wms_tls_ssl_helpers
LIB:=libglite_lb_client.la