]> granicus.if.org Git - graphviz/commit
standardize on '$(foo:a=b)' pattern substitution
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 6 Mar 2022 21:40:39 +0000 (13:40 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 10 Mar 2022 01:03:29 +0000 (17:03 -0800)
commitd5d0360d30ba010598764c5a274826288ba46350
treec6e48227f8ac1faa48acf50c01cc937d50443397
parent2aa3e626df98550c75e198f8530f6f86d6054638
standardize on '$(foo:a=b)' pattern substitution

GNU Make supports both this syntax and `patsubst` for pattern substitution. The
former is more portable to other Make implementations, so use this in preference
to the latter.
cmd/smyrna/Makefile.am
tclpkg/gv/Makefile.am