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:
authorMike Krüger <mkrueger@novell.com>2009-10-12 14:00:59 +0400
committerMike Krüger <mkrueger@novell.com>2009-10-12 14:00:59 +0400
commit14f227c643e83a8f003e9bd1b76714c41d3c86be (patch)
treeb3d53b4d460b2835da523ef4234f4bdfa4464ad2 /main/Makefile.am
parente790f56e1cb53f9993416a37bc91213339cddfc3 (diff)
Make works now without having .svn directories.
svn path=/trunk/monodevelop/; revision=143948
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 6a181d8f6a..df08897637 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -20,6 +20,8 @@ gen-vcrevision:
version="SVN revision: $$version (modified)"; \
fi; \
echo "$$version" > "vcrevision"; \
+ else \
+ echo "0" > "vcrevision"; \
fi
$(buildinfo): gen-vcrevision