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:
authorLluis Sanchez <lluis@xamarin.com>2014-02-07 20:55:27 +0400
committerLluis Sanchez <lluis@xamarin.com>2014-02-07 21:09:44 +0400
commitb68212bef0791073cf1c2dbbc5e8dde6de9e311e (patch)
treeb3156d5ee962cbadde37ab07fa4dfacf51b4b9ea /main/Makefile.am
parentcdeced5283203a1ac4c01d2ed794af16ec7d0ad2 (diff)
Add vcrevision traget to make wrench happy
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 2ce629d20c..32e798d660 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -11,12 +11,17 @@ bin_SCRIPTS = monodevelop mdtool
buildinfo = $(top_builddir)/build/bin/buildinfo
+all: vcrevision
+
all-local: sln_build
clean: clean-local
clean-local: sln_clean
+vcrevision:
+ touch vcrevision
+
$(buildinfo):
@mkdir -p "$(top_builddir)/build/bin"
@$(MD_CONFIGURE) gen-buildinfo "$(top_builddir)/build/bin"
@@ -178,4 +183,4 @@ distuninstallcheck_listfiles += $(filter_stale_uninstalled) # amend by required
distcleancheck_listfiles = find . -type f -print # automake-1.9 setting
distcleancheck_listfiles += $(filter_stale_buildfiles) # amend by required filtering
-.PHONY: buildinfo
+.PHONY: vcrevision buildinfo