Rebuild cross compilers when sources change
commitd4878985e85c01888c917a2ebcb5c533961fe53b
authorMichael Matz <matz@suse.de>
Mon, 1 May 2017 23:39:01 +0000 (2 01:39 +0200)
committerMichael Matz <matz@suse.de>
Tue, 2 May 2017 01:14:05 +0000 (2 03:14 +0200)
tree9ac618948e3848518ecccadbc4384dade00b0223
parent149678e88836fa3e0c9640e2b56204205fe3eeb3
Rebuild cross compilers when sources change

ONE_SOURCE=yes cross-compilers currently only depend on tcc.c, which
itself has no further deps.  So e.g. changing tccgen.c or tcctok.h
don't automatically rebuild cross compilers.  Let's go over
the intermediate $(X)tcc.o file which automatically depends on
LIBTCC_INC, which are all relevant source files.
Makefile