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:
parent
ff498519d0
commit
fc53725fd8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue