summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-06-25 20:14:14 +0000
committerSteve Huston <shuston@riverace.com>1999-06-25 20:14:14 +0000
commit98ebc1fd1bd4447a8cf0e4f2a908a007530ffbe6 (patch)
tree02805ee69514c4d9906c38c07503eae598523b70 /performance-tests
parentd8e05408c95d32f0c102d5d4556d28f60a0e9bd4 (diff)
downloadATCD-98ebc1fd1bd4447a8cf0e4f2a908a007530ffbe6.tar.gz
Set static_libs_only to 1 so the library settings for linking get done right on
AIX.
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/Misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/performance-tests/Misc/Makefile b/performance-tests/Misc/Makefile
index b912d3226f7..371aadc432c 100644
--- a/performance-tests/Misc/Makefile
+++ b/performance-tests/Misc/Makefile
@@ -17,6 +17,7 @@ BIN = basic_perf \
#### See below for test_naming.
# Only build static library for optimum run-time speed.
+static_libs_only = 1
LIB = libPerf.a
FILES = basic_func
LSRC = $(addsuffix .cpp,$(FILES))