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.
This commit is contained in:
Oliver Schmidt
2014-03-04 21:45:55 +01:00
parent bbbee1bac5
commit 44ccb27549
3 changed files with 7 additions and 9 deletions

View File

@@ -51,7 +51,7 @@
#include <string.h>
#include <ctype.h>
#include <errno.h>
#ifdef HAVE_SPAWN
#if defined(HAVE_SPAWN)
# include <process.h>
#endif