From c583ecb06b043a9336b7908ceca4059b9c3926bb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Fri, 18 Mar 2011 11:27:40 +0000 Subject: [PATCH] Accidentally commited experiment (should not work without top_srcdir in Makefile.inc). --- org.glite.lb/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb/configure b/org.glite.lb/configure index 40b1747..136cfc2 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -837,7 +837,7 @@ for my $ext (keys %deps_aux) { ); my @k = keys %deps_aux; -@buildroot{@k} = ('') x ($#k+1); +@buildroot{@k} = ('build') x ($#k+1); my @t = qw/lb.client-java jobid.api-java lb.types/; @buildroot{@t} = ('') x ($#t+1); -- 1.8.2.3