diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-01-26 17:46:26 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-01-26 17:46:26 +0000 |
commit | e40f378821be25ae4667d311cf3bf3374fe63e0d (patch) | |
tree | bcd9b6cf0548c272f139b6a6346a8fd5be617aa8 /mdk-stage1/mar/Makefile | |
parent | d3ca588c33736f23f22a66e41985f9d5c62305e4 (diff) | |
download | drakx-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/Makefile | 2 |
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 |