]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/generic-vars.make
* stepmake/stepmake/generic-vars.make: new function absdir.
[lilypond.git] / stepmake / stepmake / generic-vars.make
index 249ddc82bbd8a52420fc236c38b18a63627fe5fc..16076312052cfb9fda01b941b809c0a1f0a394a5 100644 (file)
@@ -2,6 +2,9 @@ top-build-dir = $(shell cd $(depth) && pwd)
 build-dir = $(shell cd . && pwd)
 tree-dir = $(subst $(top-build-dir),,$(build-dir))
 
+absdir = $(shell cd $(1) ; pwd)
+
+
 ifneq ($(configure-srcdir),.)
 srcdir-build = 1
 endif