summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/root.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/root.make b/tools/root.make
index 5d2cea5..b974244 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -313,5 +313,5 @@ $(BUILDDIR)/%.o: $(ROOTDIR)/%.S
$(SILENT)mkdir -p $(dir $@)
$(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(CFLAGS) -c $< -o $@
-reconf:
+Makefile: $(TOOLSDIR)/configure
$(SILENT)$(TOOLSDIR)/configure $(CONFIGURE_OPTIONS)