summaryrefslogtreecommitdiff
path: root/benchmarks/netio/files/patch-Makefile
blob: 5341e76d056f7beb535f81d0248c4723d59f4d78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.orig	2016-06-20 13:21:43 UTC
+++ Makefile
@@ -102,7 +102,7 @@ netio$X: netio$O getopt$O
 
 .SUFFIXES: .c $O
 .c$O:
-	$(CC) $(CFLAGS) $(INC) -c $*.c
+	$(CC) $(OUT) $@ $(CFLAGS) $(INC) -c $*.c
 
 netio$O: netio.c getopt.h
 getopt$O: getopt.c getopt.h