Merge pull request #3 from umlaeute/patch-1
use $(metafile) instead of hardcoded filename in lib.version expansion
This commit is contained in:
commit
d2fa193cac
1 changed files with 1 additions and 1 deletions
|
|
@ -662,7 +662,7 @@ metafile := $(wildcard $(lib.name)-meta.pd)
|
||||||
ifdef metafile
|
ifdef metafile
|
||||||
lib.version := $(shell sed -n \
|
lib.version := $(shell sed -n \
|
||||||
's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION \(.*\);|\1|p' \
|
's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION \(.*\);|\1|p' \
|
||||||
$(lib.name)-meta.pd)
|
$(metafile))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue