summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-16 18:56:49 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-16 18:56:49 +0000
commit5332cdc88952769f83c8d241b24c7b8c670d4b97 (patch)
tree2dd26da305210ae2ad7dda10c503a398b5b29649 /performance-tests
parent5735e64b020890bab0be33e0b66a93fd56cf9663 (diff)
downloadATCD-5332cdc88952769f83c8d241b24c7b8c670d4b97.tar.gz
moved "LIBS += -lm" from a few separate Makefiles to all platform_*.GNU files, except for VxWorks
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/Misc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/performance-tests/Misc/Makefile b/performance-tests/Misc/Makefile
index 9600b1e4c37..829d15c1455 100644
--- a/performance-tests/Misc/Makefile
+++ b/performance-tests/Misc/Makefile
@@ -15,7 +15,6 @@ BIN = test_mutex \
LSRC = $(addsuffix .cpp,$(BIN))
VLDLIBS = $(LDLIBS:%=%$(VAR))
-LIBS += -lm
BUILD = $(VBIN)
#----------------------------------------------------------------------------