From bbd3d333cbe95f6149d570b1e0010c1840a598b2 Mon Sep 17 00:00:00 2001 From: zagor Date: Sat, 10 Jan 2009 22:23:27 +0000 Subject: [PATCH] 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 --- tools/root.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/root.make b/tools/root.make index 5d2cea556..b9742448e 100644 --- a/tools/root.make +++ b/tools/root.make @@ -313,5 +313,5 @@ $(BUILDDIR)/%.o: $(ROOTDIR)/%.S $(SILENT)mkdir -p $(dir $@) $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(CFLAGS) -c $< -o $@ -reconf: +Makefile: $(TOOLSDIR)/configure $(SILENT)$(TOOLSDIR)/configure $(CONFIGURE_OPTIONS) -- 2.11.4.GIT