Don't mention having to run 'make reconf' when you're runing 'make reconf'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22111 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0131a3873e
commit
ef0c9da7dd
1 changed files with 2 additions and 0 deletions
|
@ -334,7 +334,9 @@ $(BUILDDIR)/%_asmdefs.h: $(ROOTDIR)/%_asmdefs.c
|
|||
$(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
Makefile: $(TOOLSDIR)/configure
|
||||
ifneq (reconf,$(MAKECMDGOALS))
|
||||
$(SILENT)echo "*** tools/configure is newer than Makefile. You should run 'make reconf'."
|
||||
endif
|
||||
|
||||
reconf:
|
||||
$(SILENT$)PREFIX=$(PREFIX) $(TOOLSDIR)/configure $(CONFIGURE_OPTIONS)
|
||||
|
|
Loading…
Reference in a new issue