Change tab to spaces in front of assignments, gmake thinks they are
authorZdeněk Salvet <salvet@ics.muni.cz>
Thu, 27 Apr 2006 12:10:56 +0000 (12:10 +0000)
committerZdeněk Salvet <salvet@ics.muni.cz>
Thu, 27 Apr 2006 12:10:56 +0000 (12:10 +0000)
commands otherwise.

org.glite.lb.server/Makefile

index 7d04413..f12c373 100644 (file)
@@ -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}