Revision dc7d2c49

b/Makefile.am
64 64
	stamp-directories \
65 65
	$(nodist_pkgpython_PYTHON)
66 66

  
67
BUILT_SOURCES = \
68
	ganeti \
69
	srclinks \
70
	lib/_autoconf.py
71

  
67 72
nodist_pkgpython_PYTHON = \
68 73
	lib/_autoconf.py
69 74

  
......
257 262

  
258 263
TESTS_ENVIRONMENT = PYTHONPATH=.:$(top_builddir) $(PYTHON)
259 264

  
260
all-local: stamp-directories lib/_autoconf.py devel/upload \
265
all-local: stamp-directories devel/upload \
261 266
	doc/examples/bash_completion \
262 267
	doc/examples/ganeti.initd doc/examples/ganeti.cron
263 268

  
......
269 274
		$(REPLACE_VARS_SED)
270 275
	sed -f $(REPLACE_VARS_SED) < $< > $@
271 276

  
272
doc/examples/bash_completion: $(BUILD_BASH_COMPLETION) lib/_autoconf.py \
277
doc/examples/bash_completion: $(BUILD_BASH_COMPLETION) \
273 278
	lib/cli.py $(gnt_scripts) tools/burnin
274 279
	TMPDIR=`mktemp -d ./buildtmpXXXXXX` && \
275 280
	cp -r scripts lib tools $$TMPDIR && \
......
302 307
man/%.html: man/%.html.in stamp-directories $(REPLACE_VARS_SED)
303 308
	sed -f $(REPLACE_VARS_SED) < $< > $@
304 309

  
305
man/footer.sgml $(TESTS): srclinks
306

  
307
$(TESTS): ganeti lib/_autoconf.py
308

  
309 310
lib/_autoconf.py: Makefile stamp-directories
310 311
	set -e; \
311 312
	{ echo '# This file is automatically generated, do not edit!'; \
......
357 358

  
358 359
# We need to create symlinks because "make distcheck" will not install Python
359 360
# files when building.
360
#.PHONY: srclinks
361 361
srclinks: stamp-directories
362 362
	set -e; \
363 363
	for i in man/footer.sgml $(pkgpython_PYTHON) $(hypervisor_PYTHON) \

Also available in: Unified diff