From 68110828c3f0ad084eabb54774798cfb5f96e062 Mon Sep 17 00:00:00 2001 From: Michael Hutchinson Date: Tue, 3 Feb 2009 21:38:19 +0000 Subject: 2009-02-03 Michael Hutchinson * Makefile: Re-run configure when it changes. * configure: Update version number. svn path=/trunk/monodevelop/; revision=125600 --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3