From 6d871d53a3f089071e4cfdc91a98e05615aa608a Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Sat, 10 Jan 2009 22:36:41 +0000 Subject: Don't rerun configure automatically, just inform that you should do it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19746 a1c6a512-1295-4272-9138-f99709370657 --- tools/root.make | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/root.make') diff --git a/tools/root.make b/tools/root.make index b9742448e6..7de1cafc31 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) -- cgit v1.2.3