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:
6c01bf7
)
Change tab to spaces in front of assignments, gmake thinks they are
author
Zdeněk Salvet
<salvet@ics.muni.cz>
Thu, 27 Apr 2006 12:10:56 +0000
(12:10 +0000)
committer
Zdeněk Salvet
<salvet@ics.muni.cz>
Thu, 27 Apr 2006 12:10:56 +0000
(12:10 +0000)
commands otherwise.
org.glite.lb.server/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/Makefile
b/org.glite.lb.server/Makefile
index
7d04413
..
f12c373
100644
(file)
--- a/
org.glite.lb.server/Makefile
+++ b/
org.glite.lb.server/Makefile
@@
-217,9
+217,9
@@
glite_lb_plugin.la: ${PLUGIN_LOBJS}
default all: compile
ifdef LB_STANDALONE
-
PLUGIN_LIB=
+ PLUGIN_LIB=
else
-
PLUGIN_LIB=glite_lb_plugin.la
+ PLUGIN_LIB=glite_lb_plugin.la
endif
compile: glite_lb_bkserverd glite_lb_bkindex ${STATIC_LIB_BK} ${PLUGIN_LIB}