summaryrefslogtreecommitdiffstats
path: root/c/src/tests/samples
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-27 20:34:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-27 20:34:23 +0000
commitd1b60f0f363ca59228749ce53cac447148a1b36e (patch)
tree13be73b9ae93907a7d67e6fc1031bb01aebc4db3 /c/src/tests/samples
parentAdded error numbers and changed default error code from 0 to -1 for (diff)
downloadrtems-d1b60f0f363ca59228749ce53cac447148a1b36e.tar.bz2
Corrected reference to LIBC_LIBM to work on all targets.
Diffstat (limited to 'c/src/tests/samples')
-rw-r--r--c/src/tests/samples/paranoia/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/samples/paranoia/Makefile.in b/c/src/tests/samples/paranoia/Makefile.in
index ea655f1e70..313d929a7f 100644
--- a/c/src/tests/samples/paranoia/Makefile.in
+++ b/c/src/tests/samples/paranoia/Makefile.in
@@ -43,7 +43,7 @@ CPPFLAGS +=
CFLAGS +=
LD_PATHS +=
-LD_LIBS +=
+LD_LIBS += $(LIBC_LIBM)
LDFLAGS +=
#