From e4cd48d841df42ea5db2d33a7db32219c3af220c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 18 May 2014 09:15:28 +0200 Subject: simplify --- mdk-stage1/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 8ab5b680a..d3f16c12b 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -36,9 +36,8 @@ DEFS = -DDISTRIB_NAME=\"$(DISTRIB_NAME)\" -DDISTRIB_VERSION=\"$(DISTRIB_VERSION) COMPILE = $(CC) $(DEFS) $(CFLAGS) -INIT_DEFS = +INIT_DEFS = $(GLIBC_INCLUDES) INITSRC = init.c -INIT_DEFS += $(GLIBC_INCLUDES) STAGE1_DEFS=-DDISABLE_KA -- cgit v1.2.1