From ef0c9da7ddd14a8c1e524c06fd0ea1d6e2d5ea0d Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Sun, 2 Aug 2009 09:45:51 +0000 Subject: Don't mention having to run 'make reconf' when you're runing 'make reconf' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22111 a1c6a512-1295-4272-9138-f99709370657 --- tools/root.make | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3