Revision 924ecd85 Makefile.am

b/Makefile.am
158 158
	.hpc/*.mix htools/*.tix \
159 159
	doc/hs-lint.html
160 160

  
161
# BUILT_SOURCES should only be used as a dependency on phony
162
# targets. Otherwise it'll cause the target to rebuild every time.
163 161
BUILT_SOURCES = \
164 162
	$(built_base_sources) \
165 163
	$(BUILT_PYTHON_SOURCES) \
166 164
	$(PYTHON_BOOTSTRAP)
167 165

  
168 166
built_base_sources = \
169
	ganeti \
170 167
	stamp-directories \
171 168
	stamp-srclinks
172 169

  
......
1250 1247
	chmod u+x $@
1251 1248

  
1252 1249
stamp-directories: Makefile
1250
	$(MAKE) $(AM_MAKEFLAGS) ganeti
1253 1251
	@mkdir_p@ $(DIRS) $(BUILDTIME_DIR_AUTOCREATE)
1254 1252
	touch $@
1255 1253

  

Also available in: Unified diff