]> git.sur5r.net Git - cc65/commit
Changed Makefile.inc handling.
authorOliver Schmidt <ol.sc@web.de>
Tue, 4 Mar 2014 20:45:55 +0000 (21:45 +0100)
committerOliver Schmidt <ol.sc@web.de>
Tue, 4 Mar 2014 20:46:25 +0000 (21:46 +0100)
commit44ccb27549ffcf78f559cfa4fb252a45f94b310b
treed68a8bbfd22855f0793a3be12a69dc46cc3d7dfb
parentbbbee1bac59e390e2418c07228940c6c9698e727
Changed Makefile.inc handling.

It seems more appropriate to trigger the inclusion of Makefile.inc via $TARGET (instead of $SRCDIR). This is btw. more consistent with extzp.s inclusion which is triggered via $TARGET too.
libsrc/Makefile
libsrc/atari/targetutil/Makefile.inc
src/cl65/main.c