summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile.common
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-08-07 15:07:12 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-08-07 15:07:12 +0000
commit1519ef9c35afba7916dab3826dfa17df32e57b7a (patch)
treec8de1f14f976e90ce8401ebb1f1ec91b0d6acd4b /mdk-stage1/Makefile.common
parent2a96fbace433aa1a912232515f4f976baf04071f (diff)
downloaddrakx-1519ef9c35afba7916dab3826dfa17df32e57b7a.tar
drakx-1519ef9c35afba7916dab3826dfa17df32e57b7a.tar.gz
drakx-1519ef9c35afba7916dab3826dfa17df32e57b7a.tar.bz2
drakx-1519ef9c35afba7916dab3826dfa17df32e57b7a.tar.xz
drakx-1519ef9c35afba7916dab3826dfa17df32e57b7a.zip
don't use system wide bzlib.h but our own provided one
Diffstat (limited to 'mdk-stage1/Makefile.common')
-rw-r--r--mdk-stage1/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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