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. Mike