diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-08-08 00:03:00 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-08-08 00:08:07 +0200 |
commit | 6d192bc688ae4acdfb9b18c6ead156f629c9d1b2 (patch) | |
tree | 21c3235b1693f77903d76e1e21f4c7976048f4ca /Makefile.top | |
parent | 50f6c281d2527a162ecde67f953031bf7c48f0d1 (diff) |
make bootstrap: add dependency on concat-deps.c
Change-Id: I39dcb1e4d6493b01b68055d006f658af0b6e67ef
Diffstat (limited to 'Makefile.top')
-rw-r--r-- | Makefile.top | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.top b/Makefile.top index b10643bdca05..43617777c306 100644 --- a/Makefile.top +++ b/Makefile.top @@ -375,7 +375,7 @@ endif # bootstrap: $(WORKDIR)/bootstrap -$(WORKDIR)/bootstrap: +$(WORKDIR)/bootstrap: solenv/bin/concat-deps.c @cd $(SRCDIR) && ./bootstrap @mkdir -p $(dir $@) && touch $@ |