]> git.draconx.ca Git - rrace.git/commit
Restructure icon rebuild rules a bit.
authorNick Bowler <nbowler@draconx.ca>
Fri, 18 Nov 2022 04:12:14 +0000 (23:12 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 18 Nov 2022 04:12:14 +0000 (23:12 -0500)
commit8c3800ae893db65b44c5b82384e6e7d3750ddb55
tree8de7f3768b1ea0ebe6e5e6a162d0d0bb9fc8fe60
parent831e44784dc638f4025269f5a4217ada98602eda
Restructure icon rebuild rules a bit.

The way that the build-icons rule is currently handled means that
'make install' is triggering compilation of the ewmhicon test program,
even if the icons are already available.

This is undesirable as 'make install' should normally not cause anything
to be compiled like that.  Split up the rules so that nothing gets built
until after the rule has actually determined that one or more icons are
missing.
Makefile.am