diff options
-rw-r--r-- | tools/root.make | 2 |
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 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(CFLAGS) -c $< -o $@ Makefile: $(TOOLSDIR)/configure +ifneq (reconf,$(MAKECMDGOALS)) $(SILENT)echo "*** tools/configure is newer than Makefile. You should run 'make reconf'." +endif reconf: $(SILENT$)PREFIX=$(PREFIX) $(TOOLSDIR)/configure $(CONFIGURE_OPTIONS) |