]> git.draconx.ca Git - rrace.git/commit
Improve portability of icon generating rules.
authorNick Bowler <nbowler@draconx.ca>
Wed, 30 Nov 2022 02:24:52 +0000 (21:24 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 30 Nov 2022 02:24:52 +0000 (21:24 -0500)
commit3ab770d56719dfac72cf49f9a002a3f6b332593c
tree1a073db02042aea0733f8e9ae5cc5ba3df451471
parent0638562c931293881c645e7ddba35916d626b4ca
Improve portability of icon generating rules.

Using $* in target rules is not portable; POSIX specifies that it is
only valid in inference rules and this is the case with several make
implementations.

Although this is a minor issue since the icons won't normally be
generated when building from a release, it is easy enough to fix.
Makefile.am