summaryrefslogtreecommitdiff
path: root/benchmarks/netio/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/netio/files/patch-Makefile')
-rw-r--r--benchmarks/netio/files/patch-Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/benchmarks/netio/files/patch-Makefile b/benchmarks/netio/files/patch-Makefile
index 364e94f9146c..5341e76d056f 100644
--- a/benchmarks/netio/files/patch-Makefile
+++ b/benchmarks/netio/files/patch-Makefile
@@ -1,11 +1,11 @@
---- Makefile.orig Sat Sep 2 13:27:40 2006
-+++ Makefile Sat Sep 2 13:29:30 2006
-@@ -96,7 +96,7 @@
-
- .SUFFIXES: .c $O
- .c$O:
-- $(CC) $(CFLAGS) $(INC) -c $*.c
-+ $(CC) $(OUT) $@ $(CFLAGS) $(INC) -c $*.c
-
- netio$O: netio.c netbios.h getopt.h
- netbios$O: netbios.c netbios.h
+--- 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