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:
@@ -51,7 +51,7 @@
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#ifdef HAVE_SPAWN
|
||||
#if defined(HAVE_SPAWN)
|
||||
# include <process.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user