Revision 11fd5a86

b/Makefile.am
818 818

  
819 819
htools/Ganeti/Constants.hs: htools/Ganeti/Constants.hs.in \
820 820
	lib/constants.py lib/_autoconf.py $(CONVERT_CONSTANTS)
821
	set -e; { cat $< ; $(CONVERT_CONSTANTS); } > $@
821
	set -e; \
822
	{ cat $< ; PYTHONPATH=$(abs_top_srcdir) $(CONVERT_CONSTANTS); } > $@
822 823

  
823 824
lib/_autoconf.py: Makefile vcs-version | lib/.dir
824 825
	set -e; \

Also available in: Unified diff