diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-16 18:56:49 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-16 18:56:49 +0000 |
commit | cea191187ae5bf8bc9f626101030cce76efcbfb8 (patch) | |
tree | 2dd26da305210ae2ad7dda10c503a398b5b29649 /tests/Makefile | |
parent | b7b9b162068927e42454e455dbdda66aa81de056 (diff) | |
download | ATCD-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/Makefile | 1 |
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)) |