aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/relx.mk
diff options
context:
space:
mode:
authorPeer Stritzinger <[email protected]>2014-08-12 18:06:57 +0200
committerPeer Stritzinger <[email protected]>2014-08-12 18:06:57 +0200
commit05d95c23d0f856ec858908774e7b296d98b25ebf (patch)
treebbfe6ef6fa6108694bd70f571de4afb8d06c3b87 /plugins/relx.mk
parentbf595cbca4e93cf4ff28c0595aed7d23c5b476e5 (diff)
downloaderlang.mk-05d95c23d0f856ec858908774e7b296d98b25ebf.tar.gz
erlang.mk-05d95c23d0f856ec858908774e7b296d98b25ebf.tar.bz2
erlang.mk-05d95c23d0f856ec858908774e7b296d98b25ebf.zip
Added missing ; in dep_target
The missing ; makes the DEPPKG= line run together with the VS= line which makes it similar to this FreeBSD 8.2 /bin/sh results: $ A=x B=$A; $ echo $A x $ echo $B $ The same with bash: $ A=x B=$A; $ echo $A x $ echo $B x
Diffstat (limited to 'plugins/relx.mk')
0 files changed, 0 insertions, 0 deletions