target: a b c d some_command_whose_argument_order_mattters a b c d Suppose I have the above rule, I want to reduce it to the following. But I'm wondering if $^ preserve the order of the prerequisites. Could somebody let me know?
target: a b c d some_command_whose_argument_order_mattters $^ _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
