Ruslan Ermilov writes:
 > > 
 > Ah, didn't notice it.  Try this:
 > 
 > .for f in $(LIB)
 > $(f:.c=.o): $(f)
 >      gcc -DLIB -c $< -o $@
 > .endfor

Thanks!  That works.

Drew
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to