8 lines
206 B
Text
8 lines
206 B
Text
--- Makefile.orig 2004-01-25 14:02:26.000000000 +0200
|
|
+++ Makefile 2004-01-25 14:02:33.000000000 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-CFLAGS += -O3
|
|
+CFLAGS ?= -O3
|
|
.ifdef BZIP2
|
|
CFLAGS += -DBZIP2=\"${BZIP2}\"
|
|
.endif
|