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
This commit is contained in:
Björn Stenberg 2009-01-10 22:23:27 +00:00
parent ff498519d0
commit fc53725fd8
1 changed files with 1 additions and 1 deletions

View File

@ -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)