> +$(BIN_GOALS_REPS) : ... > +# Run always > +.PHONY : $(BIN_GOALS_REST)
Should have been _REPS here. > +# Do nothing for the rest of the goals as they are covered by the recipe > above > +$(BIN_GOALS_REST) : ... > +# Run always to avoid a "nothing to be done" messages > +.PHONY : $(BIN_GOALS_REPS) Should have been _REST here. Will push an updated branch soonish. -- Best Regards Piotr Jaroszyński _______________________________________________ gPXE-devel mailing list gPXE-devel@etherboot.org http://etherboot.org/mailman/listinfo/gpxe-devel