From 6fbee8e2a76be9ec5b00342b3f39c417c3edd452 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20Salvet?= Date: Thu, 27 Apr 2006 12:10:56 +0000 Subject: [PATCH] Change tab to spaces in front of assignments, gmake thinks they are commands otherwise. --- org.glite.lb.server/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 1.8.2.3