diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2009-01-10 22:36:41 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2009-01-10 22:36:41 +0000 |
| commit | 6d871d53a3f089071e4cfdc91a98e05615aa608a (patch) | |
| tree | b425e88d542a3c0df524c2ab9bfec48bf6ad53e7 /tools/root.make | |
| parent | fc53725fd86a810349ecef5dd3a90b9c9edc52d1 (diff) | |
| download | rockbox-6d871d53a3f089071e4cfdc91a98e05615aa608a.zip rockbox-6d871d53a3f089071e4cfdc91a98e05615aa608a.tar.gz rockbox-6d871d53a3f089071e4cfdc91a98e05615aa608a.tar.bz2 rockbox-6d871d53a3f089071e4cfdc91a98e05615aa608a.tar.xz | |
Don't rerun configure automatically, just inform that you should do it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19746 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/root.make')
| -rw-r--r-- | tools/root.make | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make index b974244..7de1caf 100644 --- a/tools/root.make +++ b/tools/root.make @@ -314,4 +314,7 @@ $(BUILDDIR)/%.o: $(ROOTDIR)/%.S $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(CFLAGS) -c $< -o $@ Makefile: $(TOOLSDIR)/configure + $(SILENT)echo "*** tools/configure is newer than Makefile. You should run 'make reconf'." + +reconf: $(SILENT)$(TOOLSDIR)/configure $(CONFIGURE_OPTIONS) |