2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
This commit is contained in:
Joel Sherrill
2001-10-17 13:12:33 +00:00
parent 002612f024
commit 0b3653821a
4 changed files with 10 additions and 2 deletions

View File

@@ -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,

View File

@@ -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)