Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2009-02-04 00:38:19 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2009-02-04 00:38:19 +0300
commit68110828c3f0ad084eabb54774798cfb5f96e062 (patch)
treec09157e41593b3cfbfc290d30600935d59151bc7 /Makefile
parentb2d5664632bda82ab26190c2843428c7908e0600 (diff)
2009-02-03 Michael Hutchinson <mhutchinson@novell.com>
* Makefile: Re-run configure when it changes. * configure: Update version number. svn path=/trunk/monodevelop/; revision=125600
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f593befb9c..edd6a7fe29 100644
--- a/Makefile
+++ b/Makefile
@@ -20,9 +20,12 @@ CONFIG_MAKE=$(top_srcdir)/config.make
done
$$final_exit
-$(CONFIG_MAKE):
- @echo "You must run configure first"
- @exit 1
+$(CONFIG_MAKE): $(top_srcdir)/configure
+ @if test -e "$(CONFIG_MAKE)"; then exec $(top_srcdir)/configure; \
+ else \
+ echo "You must run configure first"; \
+ exit 1; \
+ fi
clean: clean-recursive
install: install-recursive