>> EXTRAINCDIRS = ../common_dir/
>
> something.o: ${EXTRAINCDIRS}/something.c
> ${CC} ${CFLAGS} -c ${EXTRAINCDIRS}/something.cAlso beware of when to use a trailing or leading slash, and when not to, else you end up with: ../common_dir//something.c . _______________________________________________ AVR-chat mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-chat
