summaryrefslogtreecommitdiff
path: root/benchmarks/randread/patches/patch-aa
blob: 8b992994e1fe7314953fc00888e8f155cebbc8e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.1.1.1 2002/06/25 05:13:28 grant Exp $

--- Makefile.orig	Fri Jun 21 17:12:37 2002
+++ Makefile	Wed Jun 26 01:00:37 2002
@@ -1,6 +1,6 @@
 
 randread: randread.c
-	cc -g -Wall -o randread randread.c
+	${CC} ${CFLAGS} -Wall -o randread randread.c
 
 tarfile: clean
 	tar cf - . | gzip -9 > ../randread.tar.gz