diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>' >> $@ |