make bootstrap: add dependency on concat-deps.c

Change-Id: I39dcb1e4d6493b01b68055d006f658af0b6e67ef
This commit is contained in:
Michael Stahl
2012-08-08 00:03:00 +02:00
parent 50f6c281d2
commit 6d192bc688

View File

@@ -375,7 +375,7 @@ endif
#
bootstrap: $(WORKDIR)/bootstrap
$(WORKDIR)/bootstrap:
$(WORKDIR)/bootstrap: solenv/bin/concat-deps.c
@cd $(SRCDIR) && ./bootstrap
@mkdir -p $(dir $@) && touch $@