From b68212bef0791073cf1c2dbbc5e8dde6de9e311e Mon Sep 17 00:00:00 2001 From: Lluis Sanchez Date: Fri, 7 Feb 2014 17:55:27 +0100 Subject: Add vcrevision traget to make wrench happy --- main/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'main/Makefile.am') 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 -- cgit v1.2.3