Revision 70041061 Makefile.am

b/Makefile.am
137 137
	$(PYTHON_BOOTSTRAP) \
138 138
	epydoc.conf \
139 139
	autotools/replace_vars.sed \
140
	autotools/testrunner \
140 141
	daemons/daemon-util \
141 142
	daemons/ganeti-cleaner \
142 143
	devel/upload \
......
430 431
# Things to build but not to install (add it to EXTRA_DIST if it should be
431 432
# distributed)
432 433
noinst_DATA = \
434
	autotools/testrunner \
433 435
	devel/upload \
434 436
	doc/html \
435 437
	$(BUILT_EXAMPLES) \
......
566 568
	autotools/convert-constants \
567 569
	autotools/docpp \
568 570
	autotools/gen-coverage \
569
	autotools/testrunner \
571
	autotools/testrunner.in \
570 572
	$(RUN_IN_TEMPDIR) \
571 573
	daemons/daemon-util.in \
572 574
	daemons/ganeti-cleaner.in \
......
838 840
	sed -f $(REPLACE_VARS_SED) < $< > $@
839 841
	chmod +x $@
840 842

  
843
autotools/testrunner: autotools/testrunner.in $(REPLACE_VARS_SED)
844
	sed -f $(REPLACE_VARS_SED) < $< > $@
845
	chmod u+x $@
846

  
841 847
devel/upload: devel/upload.in $(REPLACE_VARS_SED)
842 848
	sed -f $(REPLACE_VARS_SED) < $< > $@
843 849
	chmod u+x $@
......
1048 1054
	  echo 's#@GNTMASTERDGROUP@#$(MASTERD_GROUP)#g'; \
1049 1055
	  echo 's#@GNTDAEMONSGROUP@#$(DAEMONS_GROUP)#g'; \
1050 1056
	  echo 's#@CUSTOM_ENABLE_CONFD@#$(ENABLE_CONFD)#g'; \
1057
	  echo 's#@FAKEROOT@#$(FAKEROOT_PATH)#g'; \
1051 1058
	} > $@
1052 1059

  
1053 1060
# Using deferred evaluation

Also available in: Unified diff