Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc rename the only use of HAS_SSP in the tree to...
details: https://anonhg.NetBSD.org/src/rev/62f4a8fd5912
branches: trunk
changeset: 784376:62f4a8fd5912
user: christos <christos%NetBSD.org@localhost>
date: Sun Jan 27 02:32:39 2013 +0000
description:
rename the only use of HAS_SSP in the tree to HAVE_SSP.
diffstat:
tests/lib/libc/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ae256ce43d84 -r 62f4a8fd5912 tests/lib/libc/Makefile
--- a/tests/lib/libc/Makefile Sun Jan 27 02:31:44 2013 +0000
+++ b/tests/lib/libc/Makefile Sun Jan 27 02:32:39 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2013/01/26 21:58:41 christos Exp $
+# $NetBSD: Makefile,v 1.46 2013/01/27 02:32:39 christos Exp $
.include "Makefile.inc"
.include <bsd.own.mk>
@@ -8,7 +8,7 @@
TESTS_SUBDIRS+= c063 db gen hash inet locale net regex rpc setjmp stdlib
TESTS_SUBDIRS+= stdio string sys termios time tls ttyio
-.if ${HAS_SSP} == "yes"
+.if ${HAVE_SSP} == "yes"
TESTS_SUBDIRS+= ssp
.endif
Home |
Main Index |
Thread Index |
Old Index