summaryrefslogtreecommitdiffstats
path: root/testsuites/samples
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
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')
-rw-r--r--testsuites/samples/ChangeLog4
-rw-r--r--testsuites/samples/paranoia/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 66191f1d79..64ac1cb660 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
+
2001-10-12 Joel Sherrill <joel@OARcorp.com>
* unlimited/init.c, unlimited/system.h, unlimited/test1.c,
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)