> From: Britton Kerin <britton.ke...@gmail.com> > Date: Fri, 22 Mar 2019 10:59:30 -0800 > > The manual says: > > The syntax of the conditional-directive is the same whether the > conditional is simple or complex; after an else or not. There are four > different directives that test different conditions. Here is a table > of them: > > ifeq (arg1, arg2) > ifeq 'arg1' 'arg2' > ifeq "arg1" "arg2" > ifeq "arg1" 'arg2' > ifeq 'arg1' "arg2" > > There are five entries in the table, not four. It's also unclear what > is different about the conditions being tested. Different levels of > interpolation?
You stopped the citation too soon: the 4 forms are ifeq, ifneq, ifdef, and ifndef. What you quote above are 5 different flavors of the same directive ifeq. _______________________________________________ Help-make mailing list Help-make@gnu.org https://lists.gnu.org/mailman/listinfo/help-make