mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
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 $@)
|
$(SILENT)mkdir -p $(dir $@)
|
||||||
$(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(CFLAGS) -c $< -o $@
|
$(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(CFLAGS) -c $< -o $@
|
||||||
|
|
||||||
reconf:
|
Makefile: $(TOOLSDIR)/configure
|
||||||
$(SILENT)$(TOOLSDIR)/configure $(CONFIGURE_OPTIONS)
|
$(SILENT)$(TOOLSDIR)/configure $(CONFIGURE_OPTIONS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue