summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Cellerier <dionoea@videolan.org>2009-08-02 09:45:51 +0000
committerAntoine Cellerier <dionoea@videolan.org>2009-08-02 09:45:51 +0000
commitef0c9da7ddd14a8c1e524c06fd0ea1d6e2d5ea0d (patch)
treecaff5311a70f997a270e43235ee789c919507597
parent0131a3873e0cb05bd357326b441f2cbc1884c657 (diff)
downloadrockbox-ef0c9da7ddd14a8c1e524c06fd0ea1d6e2d5ea0d.tar.gz
rockbox-ef0c9da7ddd14a8c1e524c06fd0ea1d6e2d5ea0d.zip
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
-rw-r--r--tools/root.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make
index 8a923983f9..5ff920c20d 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -334,7 +334,9 @@ $(BUILDDIR)/%_asmdefs.h: $(ROOTDIR)/%_asmdefs.c
334 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(CFLAGS) -c $< -o $@ 334 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(CFLAGS) -c $< -o $@
335 335
336Makefile: $(TOOLSDIR)/configure 336Makefile: $(TOOLSDIR)/configure
337ifneq (reconf,$(MAKECMDGOALS))
337 $(SILENT)echo "*** tools/configure is newer than Makefile. You should run 'make reconf'." 338 $(SILENT)echo "*** tools/configure is newer than Makefile. You should run 'make reconf'."
339endif
338 340
339reconf: 341reconf:
340 $(SILENT$)PREFIX=$(PREFIX) $(TOOLSDIR)/configure $(CONFIGURE_OPTIONS) 342 $(SILENT$)PREFIX=$(PREFIX) $(TOOLSDIR)/configure $(CONFIGURE_OPTIONS)