]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/generic-vars.make
* stepmake/stepmake/generic-vars.make:
[lilypond.git] / stepmake / stepmake / generic-vars.make
index 1679e6b90d1da89b84c8e25627c742a2261ee717..25186b1cd3ecc5383598a760c089d9b0baf48a1a 100644 (file)
@@ -5,7 +5,10 @@
 DEPTH = $(depth)/$(package-depth)
 
 ifeq ($(topdir),)
-topdir := $(shell cd $(depth); pwd)
+abs-srcdir := $(shell cd $(depth); pwd)
+#deprecated
+topdir := $(abs-srcdir)
+abs-builddir := $(shell cd $(depth)/$(builddir); pwd)
 endif
 pwd := $(shell pwd)