summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/root.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make
index b974244..7de1caf 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -314,4 +314,7 @@ $(BUILDDIR)/%.o: $(ROOTDIR)/%.S
$(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(CFLAGS) -c $< -o $@
Makefile: $(TOOLSDIR)/configure
+ $(SILENT)echo "*** tools/configure is newer than Makefile. You should run 'make reconf'."
+
+reconf:
$(SILENT)$(TOOLSDIR)/configure $(CONFIGURE_OPTIONS)