eaef815e2a
A tool to measure maximum TCP and UDP bandwidth PR: 27462 Submitted by: Pete Fritchman <petef@databits.net>
11 lines
214 B
Text
11 lines
214 B
Text
--- 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)
|