summaryrefslogtreecommitdiff
path: root/tests/Makefile
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
commitcea191187ae5bf8bc9f626101030cce76efcbfb8 (patch)
tree2dd26da305210ae2ad7dda10c503a398b5b29649 /tests/Makefile
parentb7b9b162068927e42454e455dbdda66aa81de056 (diff)
downloadATCD-cea191187ae5bf8bc9f626101030cce76efcbfb8.tar.gz
moved "LIBS += -lm" from a few separate Makefiles to all platform_*.GNU files, except for VxWorks
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 7e204b8e550..35c36f3f78b 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -42,7 +42,6 @@ BIN = Barrier_Test \
UPIPE_SAP_Test
CFLAGS += -I.
-LIBS += -lm
LSRC = $(addsuffix .cpp,$(BIN))
VLDLIBS = $(LDLIBS:%=%$(VAR))