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:
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