On Mon, Oct 11, 2021 at 04:20:36PM +0200, Jan Beulich wrote: > On 24.08.2021 12:50, Anthony PERARD wrote: > > @@ -400,7 +407,7 @@ $(TARGET).gz: $(TARGET) > > gzip -n -f -9 < $< > [email protected] > > mv [email protected] $@ > > > > -$(TARGET): FORCE > > +$(TARGET): tools_fixdep FORCE > > $(MAKE) -C tools > > Shouldn't this include building fixdep, in which case the extra dependency > here is unnecessary? I can see that it's needed ...
Indeed, we don't really needs "tools_fixdep" prerequisite because the first command of the recipe is going to build fixdep. Thanks, -- Anthony PERARD
