summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2009-01-10 22:36:41 +0000
committerBjörn Stenberg <bjorn@haxx.se>2009-01-10 22:36:41 +0000
commit6d871d53a3f089071e4cfdc91a98e05615aa608a (patch)
treeb425e88d542a3c0df524c2ab9bfec48bf6ad53e7 /tools
parentfc53725fd86a810349ecef5dd3a90b9c9edc52d1 (diff)
downloadrockbox-6d871d53a3f089071e4cfdc91a98e05615aa608a.tar.gz
rockbox-6d871d53a3f089071e4cfdc91a98e05615aa608a.zip
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
Diffstat (limited to 'tools')
-rw-r--r--tools/root.make3
1 files changed, 3 insertions, 0 deletions
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
314 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(CFLAGS) -c $< -o $@ 314 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(CFLAGS) -c $< -o $@
315 315
316Makefile: $(TOOLSDIR)/configure 316Makefile: $(TOOLSDIR)/configure
317 $(SILENT)echo "*** tools/configure is newer than Makefile. You should run 'make reconf'."
318
319reconf:
317 $(SILENT)$(TOOLSDIR)/configure $(CONFIGURE_OPTIONS) 320 $(SILENT)$(TOOLSDIR)/configure $(CONFIGURE_OPTIONS)