Revision ef958f2a Makefile.am

b/Makefile.am
499 499
	  exit 1; \
500 500
	fi
501 501
	BINARY=$(@:htools/%=%); $(GHC) --make \
502
	  $(HFLAGS) $(HEXTRA) \
502
	  $(HFLAGS) \
503 503
	  $(HTOOLS_NOCURL) $(HTOOLS_PARALLEL3) \
504
	  -osuf $$BINARY.o -hisuf $$BINARY.hi $@
504
	  -osuf $$BINARY.o -hisuf $$BINARY.hi \
505
	  $(HEXTRA) $@
505 506

  
506 507
# for the htools/test binary, we need to enable profiling/coverage
507 508
htools/test: HEXTRA=-fhpc -Wwarn -fno-warn-missing-signatures \
......
920 921
	sed -e "s/%ver%/$$VCSVER/" < $< > $@
921 922

  
922 923
htools/Ganeti/Constants.hs: htools/Ganeti/Constants.hs.in \
923
	lib/constants.py lib/_autoconf.py $(CONVERT_CONSTANTS)
924
	lib/constants.py lib/_autoconf.py $(CONVERT_CONSTANTS) \
925
	| lib/_vcsversion.py
924 926
	set -e; \
925 927
	{ cat $< ; PYTHONPATH=. $(CONVERT_CONSTANTS); } > $@
926 928

  

Also available in: Unified diff