From 0b3653821a4611e9dd85f19db08954f6c30053e0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Oct 2001 13:12:33 +0000 Subject: 2001-10-17 Ralf Corsepius * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy. --- testsuites/samples/ChangeLog | 4 ++++ testsuites/samples/paranoia/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'testsuites') 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 + + * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy. + 2001-10-12 Joel Sherrill * 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) -- cgit v1.2.3