summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/mar/Makefile
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-01-26 17:46:26 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-01-26 17:46:26 +0000
commite40f378821be25ae4667d311cf3bf3374fe63e0d (patch)
treebcd9b6cf0548c272f139b6a6346a8fd5be617aa8 /mdk-stage1/mar/Makefile
parentd3ca588c33736f23f22a66e41985f9d5c62305e4 (diff)
downloaddrakx-e40f378821be25ae4667d311cf3bf3374fe63e0d.tar
drakx-e40f378821be25ae4667d311cf3bf3374fe63e0d.tar.gz
drakx-e40f378821be25ae4667d311cf3bf3374fe63e0d.tar.bz2
drakx-e40f378821be25ae4667d311cf3bf3374fe63e0d.tar.xz
drakx-e40f378821be25ae4667d311cf3bf3374fe63e0d.zip
mar now uses bzlib, no more zlib
Diffstat (limited to 'mdk-stage1/mar/Makefile')
-rw-r--r--mdk-stage1/mar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/mar/Makefile b/mdk-stage1/mar/Makefile
index 5723bdf9d..dc5316a1a 100644
--- a/mdk-stage1/mar/Makefile
+++ b/mdk-stage1/mar/Makefile
@@ -31,7 +31,7 @@ FLAGS = -Wall -Werror -Os -fomit-frame-pointer -c
mar: mar-frontend.o mar-extract-only-standalone.o
- gcc -o mar mar-frontend.o mar-extract-only-standalone.o -lz
+ gcc -o mar mar-frontend.o mar-extract-only-standalone.o -lbz2
$(STRIPCMD) $@
libmar.a: mar-extract-only.o