ports/benchmarks/netio/files/patch-Makefile
Mathieu Arnold 56bf85096c Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-27 15:09:11 +00:00

11 lines
262 B
Text

--- 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