summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2009-01-10 22:23:27 +0000
committerBjörn Stenberg <bjorn@haxx.se>2009-01-10 22:23:27 +0000
commitfc53725fd86a810349ecef5dd3a90b9c9edc52d1 (patch)
tree7951a54c6991611eaebfa09c832ce72ce71abc14
parentff498519d0a86dc4ea42eecd500f760f0dd0b418 (diff)
downloadrockbox-fc53725fd86a810349ecef5dd3a90b9c9edc52d1.tar.gz
rockbox-fc53725fd86a810349ecef5dd3a90b9c9edc52d1.zip
Automatically rerun tools/configure if it is newer than Makefile.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19745 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--tools/root.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/root.make b/tools/root.make
index 5d2cea5567..b9742448e6 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -313,5 +313,5 @@ $(BUILDDIR)/%.o: $(ROOTDIR)/%.S
313 $(SILENT)mkdir -p $(dir $@) 313 $(SILENT)mkdir -p $(dir $@)
314 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(CFLAGS) -c $< -o $@ 314 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(CFLAGS) -c $< -o $@
315 315
316reconf: 316Makefile: $(TOOLSDIR)/configure
317 $(SILENT)$(TOOLSDIR)/configure $(CONFIGURE_OPTIONS) 317 $(SILENT)$(TOOLSDIR)/configure $(CONFIGURE_OPTIONS)