Merge pull request #1234 from LuaAndC/build-matrix-wheezy

fix dependencies of build-matrix.html
This commit is contained in:
Tony Theodore 2016-03-16 14:59:07 +11:00
commit 7f07dab9a2
1 changed files with 1 additions and 1 deletions

View File

@ -701,7 +701,7 @@ cleanup-deps-style:
|| echo '*** Multi-line deps are mangled ***' && comm -3 tmp-$@-pre tmp-$@-post
@rm -f $(TOP_DIR)/tmp-$@-*
build-matrix.html: $(foreach PKG,$(PKGS), $(TOP_DIR)/src/$(PKG).mk)
build-matrix.html: $(foreach 1,$(PKGS),$(PKG_MAKEFILES))
@echo '<!DOCTYPE html>' > $@
@echo '<html>' >> $@
@echo '<head>' >> $@