On Wed, Nov 17 2021, Mike Hommey wrote: > On Tue, Nov 16, 2021 at 01:00:15PM +0100, Ævar Arnfjörð Bjarmason wrote: >> + echo $(wspfx_sq) "$(1) PARAMETERS (new)" $@; \ >> + echo "$$$$FLAGS" >$(1); \ >> + elif test x"$$$$FLAGS" != x"`cat $(1) 2>/dev/null`" ; then \ >> + echo $(wspfx_sq) "$(1) PARAMETERS (changed)" $@; \ > > These $@ will expand to nothing, I think. That's correct, oops, I had that left over from some previous version. Will fix.