From fc53725fd86a810349ecef5dd3a90b9c9edc52d1 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Sat, 10 Jan 2009 22:23:27 +0000 Subject: 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 5d2cea5567..b9742448e6 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) -- cgit v1.2.3