summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/root.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make
index 8a923983f9..5ff920c20d 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -334,7 +334,9 @@ $(BUILDDIR)/%_asmdefs.h: $(ROOTDIR)/%_asmdefs.c
334 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(CFLAGS) -c $< -o $@ 334 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(CFLAGS) -c $< -o $@
335 335
336Makefile: $(TOOLSDIR)/configure 336Makefile: $(TOOLSDIR)/configure
337ifneq (reconf,$(MAKECMDGOALS))
337 $(SILENT)echo "*** tools/configure is newer than Makefile. You should run 'make reconf'." 338 $(SILENT)echo "*** tools/configure is newer than Makefile. You should run 'make reconf'."
339endif
338 340
339reconf: 341reconf:
340 $(SILENT$)PREFIX=$(PREFIX) $(TOOLSDIR)/configure $(CONFIGURE_OPTIONS) 342 $(SILENT$)PREFIX=$(PREFIX) $(TOOLSDIR)/configure $(CONFIGURE_OPTIONS)