Paul D. Smith wrote:
I do it like this:ifeq ($(var),$(filter $(var),X Y)) ... endif Most others can be handled using these types of methods as well.
I think that doesn't do the right thing if var is empty. John. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
