From 1519ef9c35afba7916dab3826dfa17df32e57b7a Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 7 Aug 2001 15:07:12 +0000 Subject: don't use system wide bzlib.h but our own provided one --- mdk-stage1/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdk-stage1/Makefile.common') diff --git a/mdk-stage1/Makefile.common b/mdk-stage1/Makefile.common index b2ef073e2..3cb8f3695 100644 --- a/mdk-stage1/Makefile.common +++ b/mdk-stage1/Makefile.common @@ -41,8 +41,8 @@ else CFLAGS = -Os -pipe -Wall -Werror -fomit-frame-pointer endif -DIETLIBC_INCLUDES = -I$(top_dir)/dietlibc/include -I. -GLIBC_INCLUDES = -I. +DIETLIBC_INCLUDES = -I$(top_dir)/dietlibc/include -I. -I$(top_dir)/bzlib +GLIBC_INCLUDES = -I. -I$(top_dir)/bzlib INCLUDES = $($(L)_INCLUDES) GLIBC_LDFLAGS_STAGE1 = -static -- cgit v1.2.1