Commit 28bda0b248db6f5a506eb59cd7bc1720994a5709
authorMichel Pollet <buserror@gmail.com>
Tue, 4 Mar 2014 08:50:17 +0000 (08:50 +0000)
committerMichel Pollet <buserror@gmail.com>
Tue, 4 Mar 2014 08:51:54 +0000 (08:51 +0000)
Allows inclusion of Makefile.common from out of tree.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Makefile.common

index 0477af27afb9b516c2a4e22a49af5b93faecaaf6..72c4c065875874deef81f3fe720efbb8580fff2d 100644 (file)
@@ -27,7 +27,7 @@
 #      along with simavr.  If not, see <http://www.gnu.org/licenses/>.
 
 # simavr directory
-SIMAVR         := ${shell for p in . .. ../.. ../../..;do test -d $$p/simavr/sim && echo $$p/simavr; done}
+SIMAVR         ?= ${shell for p in . .. ../.. ../../..;do test -d $$p/simavr/sim && echo $$p/simavr; done}
 
 # You can override the build settings with local changes in this file
 # for example: