>> EXTRAINCDIRS = ../common_dir/
>
> something.o: ${EXTRAINCDIRS}/something.c
>        ${CC} ${CFLAGS} -c ${EXTRAINCDIRS}/something.c

Also 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

Reply via email to