You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
454 B

9 years ago
diff -u -r ../bzip2-1.0.6/Makefile ./Makefile
--- ../bzip2-1.0.6/Makefile 2010-09-11 00:46:02.000000000 +0200
+++ ./Makefile 2014-02-24 22:03:59.000000000 +0100
@@ -14,17 +14,11 @@
SHELL=/bin/sh
-# To assist in cross-compiling
-CC=gcc
-AR=ar
-RANLIB=ranlib
-LDFLAGS=
BIGFILES=-D_FILE_OFFSET_BITS=64
CFLAGS=-Wall -Winline -O2 -g $(BIGFILES)
# Where you want it installed when you do 'make install'
-PREFIX=/usr/local
OBJS= blocksort.o \