Skip to content

Commit

Permalink
Merge pull request #3 from umlaeute/patch-1
Browse files Browse the repository at this point in the history
use $(metafile) instead of hardcoded filename in lib.version expansion
  • Loading branch information
katjav committed Oct 29, 2015
2 parents 84ae43e + 0a7d057 commit d2fa193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.pdlibbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ metafile := $(wildcard $(lib.name)-meta.pd)
ifdef metafile
lib.version := $(shell sed -n \
's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION \(.*\);|\1|p' \
$(lib.name)-meta.pd)
$(metafile))
endif


Expand Down

0 comments on commit d2fa193

Please sign in to comment.