Bruce Robson wrote:
> 
> Alec Flett wrote:
> >
> > If anyone has any ideas about doing this string transformation in nmake,
> > let me know.
> >
> > the equivalent in gmake is:
> > $(foreach d,$(REQUIRES),-I$(DIST)/include/$d)
> >
> > Alec
> 
> 
> I've never used this feature, but does
>     -I$$(DIST)/include/$(REQUIRES: = $$(DIST)/include/)
> produce what you want ?

oops! I meant
    -I$$(DIST)/include/$(REQUIRES: = -I$$(DIST)/include/)

Reply via email to