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/paranoia/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/samples/paranoia') 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