Fix cross-compilation out-of-tree build
commit1b1e7ee1fd2f269872128dc5e8b830bd55dfa80c
authorThomas Preud'homme <robotux@celest.fr>
Wed, 30 Jan 2013 18:39:29 +0000 (30 19:39 +0100)
committerThomas Preud'homme <robotux@celest.fr>
Wed, 30 Jan 2013 18:39:29 +0000 (30 19:39 +0100)
treeec54d27fc97970fa893dff4463bc540cec540d3e
parent913cd6270bb68857f366787efef344ba08188071
Fix cross-compilation out-of-tree build

Add tcc.c as a prerequesite of the %-tcc$(EXESUF) target and compile $<
instead of tcc.c to make sure tcc.c is search in directories specified
by VPATH.
Makefile