From 68bde61d48b3f1aa783c15848c9b1207b809c6af Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 4 Jul 2014 08:32:20 +0200 Subject: clean one more useless variable --- 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 53382eb85..1e55f71c7 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -34,7 +34,6 @@ DEFS = -DDISTRIB_NAME=\"$(DISTRIB_NAME)\" -DDISTRIB_VERSION=\"$(DISTRIB_VERSION) COMPILE = $(CC) $(DEFS) $(CFLAGS) -INIT_DEFS = $(GLIBC_INCLUDES) INITSRC = init.c STAGE1_DEFS=-DDISABLE_KA @@ -128,7 +127,7 @@ dhcp-client: $(STAGE1OBJS-NETWORK-STANDALONE) $(STAGE1_OWN_LIBS) $(STAGE1_NETWOR $(INITOBJS): %.o: %.c - $(COMPILE) $(INIT_DEFS) -c $< + $(COMPILE) -c $< $(STAGE1OBJS-NETWORK): %-NETWORK.o: %.c $(COMPILE) $(INCLUDES) $(NETWORK_DEFS) $(PCMCIA_DEFS) $(USB_DEFS_GEN) -DENABLE_ADDITIONAL_MODULES -c $< -o $@ -- cgit v1.2.1