blob: 45a607458d710e7a416e8818d147a1192dab57a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aa,v 1.5 2005/09/03 19:32:52 xtraeme Exp $
--- Makefile.orig 2005-09-03 21:31:38.000000000 +0200
+++ Makefile 2005-09-03 21:31:45.000000000 +0200
@@ -1,7 +1,7 @@
# $Id: patch-aa,v 1.5 2005/09/03 19:32:52 xtraeme Exp $
-CC=gcc
-CFLAGS=-Wall -w -pedantic
+#CC=gcc
+CFLAGS+=-Wall -w -pedantic
all: pipebench
doc: pipebench.1
|