Accidentally commited experiment (should not work without top_srcdir in Makefile...
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 18 Mar 2011 11:27:40 +0000 (11:27 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 18 Mar 2011 11:27:40 +0000 (11:27 +0000)
org.glite.lb/configure

index 40b1747..136cfc2 100755 (executable)
@@ -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);