From: Iustin Pop Date: Wed, 25 May 2011 08:54:34 +0000 (+0200) Subject: Yet another attempt to fix builds X-Git-Tag: v2.5.0beta1~334 X-Git-Url: https://code.grnet.gr/git/ganeti-local/commitdiff_plain/876f6a5e3a73716124363982da9da37659dd22be Yet another attempt to fix builds It seems that abs_top_srcdir is not a good option, so I tested again with just using the same as in doc/examples/bash_completion. Signed-off-by: Iustin Pop Reviewed-by: René Nussbaumer --- diff --git a/Makefile.am b/Makefile.am index a269097..62e259d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -819,7 +819,7 @@ htools/Ganeti/HTools/Version.hs: htools/Ganeti/HTools/Version.hs.in vcs-version htools/Ganeti/Constants.hs: htools/Ganeti/Constants.hs.in \ lib/constants.py lib/_autoconf.py $(CONVERT_CONSTANTS) set -e; \ - { cat $< ; PYTHONPATH=$(abs_top_srcdir) $(CONVERT_CONSTANTS); } > $@ + { cat $< ; PYTHONPATH=. $(CONVERT_CONSTANTS); } > $@ lib/_autoconf.py: Makefile vcs-version | lib/.dir set -e; \