From: Zdeněk Salvet Date: Thu, 27 Apr 2006 12:10:56 +0000 (+0000) Subject: Change tab to spaces in front of assignments, gmake thinks they are X-Git-Tag: gridsite-core_R_1_1_19~52 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=6fbee8e2a76be9ec5b00342b3f39c417c3edd452;p=jra1mw.git Change tab to spaces in front of assignments, gmake thinks they are commands otherwise. --- diff --git a/org.glite.lb.server/Makefile b/org.glite.lb.server/Makefile index 7d04413..f12c373 100644 --- 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}