Module Name: src
Committed By: pgoyette
Date: Sun Jan 2 18:28:36 UTC 2011
Modified Files:
src/tests/lib/libc/gen: Makefile
Log Message:
One more reference to HAVE_SIGINFO bites the dust
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/lib/libc/gen/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libc/gen/Makefile
diff -u src/tests/lib/libc/gen/Makefile:1.11 src/tests/lib/libc/gen/Makefile:1.12
--- src/tests/lib/libc/gen/Makefile:1.11 Sat Jan 1 23:45:01 2011
+++ src/tests/lib/libc/gen/Makefile Sun Jan 2 18:28:36 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2011/01/01 23:45:01 pgoyette Exp $
+# $NetBSD: Makefile,v 1.12 2011/01/02 18:28:36 pgoyette Exp $
.include <bsd.own.mk>
@@ -11,17 +11,10 @@
TESTS_C+= t_humanize_number
TESTS_C+= t_ldexp
TESTS_C+= t_rbstress
+TESTS_C+= t_siginfo
TESTS_C+= t_syslog_pthread
TESTS_C+= t_vis
-.if !make(obj) && !make(cleandir)
-HAVE_SIGINFO != if (echo "\#include <signal.h>" && echo "SA_SIGINFO") | ${CC} -E -I${DESTDIR}/usr/include - | grep -sq 0x0040; then echo yes; else echo no; fi
-.endif
-
-.if make(obj) || make(cleandir) || (${HAVE_SIGINFO} == "yes")
-TESTS_C+= t_siginfo
-.endif
-
LDADD.t_ldexp+= -lm
LDADD.t_syslog_pthread+=-lpthread