summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/paranoia
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-17 13:12:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-17 13:12:33 +0000
commit0b3653821a4611e9dd85f19db08954f6c30053e0 (patch)
tree147a195409cbb06ddd405b9f1a8464e2a71a17b7 /testsuites/samples/paranoia
parent2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-0b3653821a4611e9dd85f19db08954f6c30053e0.tar.bz2
2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
Diffstat (limited to 'testsuites/samples/paranoia')
-rw-r--r--testsuites/samples/paranoia/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/samples/paranoia/Makefile.am b/testsuites/samples/paranoia/Makefile.am
index feb0d47ee9..075bcfd5ab 100644
--- a/testsuites/samples/paranoia/Makefile.am
+++ b/testsuites/samples/paranoia/Makefile.am
@@ -36,7 +36,7 @@ include $(top_srcdir)/sample.am
AM_CPPFLAGS += -DNOSIGNAL -DCYGNUS -DNOMAIN
-LD_LIBS += -lm
+LD_LIBS = -lm
all-local: ${ARCH} $(TMPINSTALL_FILES)