On 2008-09-29 23:15Z, Randy Kao wrote: > > You have a variable named TARGET which has been set to either apple_pie or > apple_turnover. > > In some Makefile somewhere you want to check to see if it is apple* (either > apple_pie, apple_turnover, apple_whatever).
Use $(findstring) to test whether one string contains another. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
