fa70d4e4aa
- New disassembler - 3DNow!/SSE/SSE2/PNI instruction support - Vmware3/Sparse/Undoable/Growing harddisk images support - many VGA emulation improvements (e.g. high/true color VBE modes added) - No more X11 vga font required
15 lines
305 B
Text
15 lines
305 B
Text
$NetBSD: patch-ad,v 1.6 2004/02/12 00:10:32 hubertf Exp $
|
|
|
|
--- Makefile.in.orig Mon Dec 29 22:53:03 2003
|
|
+++ Makefile.in
|
|
@@ -70,8 +70,8 @@ MKDIR=mkdir
|
|
RMDIR=rmdir
|
|
TAR=tar
|
|
CHMOD=chmod
|
|
-GZIP=gzip -9
|
|
-GUNZIP=gunzip
|
|
+GZIP=${GZIP_CMD} -9
|
|
+GUNZIP=${GUNZIP_CMD}
|
|
ZIP=zip
|
|
UNIX2DOS=unix2dos
|
|
LIBTOOL=@LIBTOOL@
|