]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/toplevel-version.make
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
[lilypond.git] / make / toplevel-version.make
index 0dcf5ed9a09818d27265bd9a28316ea1d174700c..176ad185d143d4863cce2c815f0bf640a2d152a9 100644 (file)
@@ -1,6 +1,11 @@
 # Toplevel_version.make
 
+ifeq ($(configure-srcdir), .)
+include $(depth)/VERSION
+else
 include $(configure-srcdir)/VERSION
+endif
+
 TOPLEVEL_MAJOR_VERSION=$(MAJOR_VERSION)
 TOPLEVEL_MINOR_VERSION=$(MINOR_VERSION)
 TOPLEVEL_PATCH_LEVEL=$(PATCH_LEVEL)