avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-chat] files in outside directory


From: Bob Paddock
Subject: Re: [avr-chat] files in outside directory
Date: Mon, 21 Jun 2010 15:50:33 -0400

>> 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 .



reply via email to

[Prev in Thread] Current Thread [Next in Thread]