1. Must .PHONY begin in column 1 ? 2. Must a target begin in column 1? 3. Is leading space ignored ? (on the make side of syntax)
What I would like to do, for readability, I like indention :) ifeq blabla .PHONY : test t_a t_b test : t_a t_b t_a : t_b : endif _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
