summaryrefslogtreecommitdiff
path: root/benchmarks/netio/files/patch-Makefile
blob: 7f1e0d6c77a0b9aad84e1ab0f42221e553bd098d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.orig	2016-07-27 15:01:12 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