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 5d2cea5567..b9742448e6 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -313,5 +313,5 @@ $(BUILDDIR)/%.o: $(ROOTDIR)/%.S
313 $(SILENT)mkdir -p $(dir $@) 313 $(SILENT)mkdir -p $(dir $@)
314 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(CFLAGS) -c $< -o $@ 314 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(CFLAGS) -c $< -o $@
315 315
316reconf: 316Makefile: $(TOOLSDIR)/configure
317 $(SILENT)$(TOOLSDIR)/configure $(CONFIGURE_OPTIONS) 317 $(SILENT)$(TOOLSDIR)/configure $(CONFIGURE_OPTIONS)