diff options
Diffstat (limited to 'benchmarks/iperf/files/patch-cfg::Makefile')
-rw-r--r-- | benchmarks/iperf/files/patch-cfg::Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/benchmarks/iperf/files/patch-cfg::Makefile b/benchmarks/iperf/files/patch-cfg::Makefile deleted file mode 100644 index 01ab09ce0e2c..000000000000 --- a/benchmarks/iperf/files/patch-cfg::Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- cfg/Makefile.orig Sat May 19 23:54:00 2001 -+++ cfg/Makefile Sat May 19 23:54:12 2001 -@@ -31,7 +31,7 @@ - # - - all: configure -- ./configure -+ ./configure --cc=${CC} --cxx=${CXX} - - clean: - -rm -f $(CLEAN_FILES) |