Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/regress/lib/libc Descend into ssp/ only if ${USE_SSP} is yes.



details:   https://anonhg.NetBSD.org/src/rev/8b9c9b82226b
branches:  trunk
changeset: 749282:8b9c9b82226b
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Wed Nov 25 09:22:36 2009 +0000

description:
Descend into ssp/ only if ${USE_SSP} is yes.

diffstat:

 regress/lib/libc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 015985f5c599 -r 8b9c9b82226b regress/lib/libc/Makefile
--- a/regress/lib/libc/Makefile Wed Nov 25 08:52:38 2009 +0000
+++ b/regress/lib/libc/Makefile Wed Nov 25 09:22:36 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.56 2009/05/07 20:40:25 christos Exp $
+#      $NetBSD: Makefile,v 1.57 2009/11/25 09:22:36 uebayasi Exp $
 
 SUBDIR+= _setjmp atexit basename citrus clone context convfp db dirname \
        div divrem gen gdtoa getaddrinfo hsearch inet int_fmtio locale md5sha \
@@ -8,7 +8,7 @@
 .include <bsd.own.mk>
 .include <bsd.sys.mk>
 
-.if (${HAS_SSP} == "yes")
+.if (${USE_SSP} == "yes")
 SUBDIR+= ssp
 .endif
 .if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")



Home | Main Index | Thread Index | Old Index