From: František Dvořák Date: Fri, 18 Mar 2011 11:27:40 +0000 (+0000) Subject: Accidentally commited experiment (should not work without top_srcdir in Makefile... X-Git-Tag: glite-jobid-api-c_R_2_0_2_2~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=c583ecb06b043a9336b7908ceca4059b9c3926bb;p=jra1mw.git Accidentally commited experiment (should not work without top_srcdir in Makefile.inc). --- 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);