summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-05-24 02:01:00 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-05-24 02:01:00 +0000
commit919f4c73a04a51f6e0caa0bedcdc08d622383854 (patch)
tree2380384ffeac6f52e2e429bf290cf314c622d616 /performance-tests
parent2b5c193d97c318773ffe089de9df5a7d68767a57 (diff)
downloadATCD-919f4c73a04a51f6e0caa0bedcdc08d622383854.tar.gz
ChangeLogTag:Wed May 23 16:35:15 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/Misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/performance-tests/Misc/Makefile b/performance-tests/Misc/Makefile
index 5ae9c147058..3350a0cb6df 100644
--- a/performance-tests/Misc/Makefile
+++ b/performance-tests/Misc/Makefile
@@ -22,7 +22,7 @@ LIB = libPerf.a
FILES = basic_func
LSRC = $(addsuffix .cpp,$(FILES))
LOBJ = $(addsuffix .o,$(FILES))
-LDLIBS = #-lPerf
+LDLIBS = -lPerf
VLDLIBS = $(LDLIBS:%=%$(VAR))
# See comment above about only building libPerf.a for max performance.