Module Name:    src
Committed By:   uebayasi
Date:           Wed Nov 25 09:22:36 UTC 2009

Modified Files:
        src/regress/lib/libc: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/regress/lib/libc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/regress/lib/libc/Makefile
diff -u src/regress/lib/libc/Makefile:1.56 src/regress/lib/libc/Makefile:1.57
--- src/regress/lib/libc/Makefile:1.56	Thu May  7 20:40:25 2009
+++ src/regress/lib/libc/Makefile	Wed Nov 25 09:22:36 2009
@@ -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")

Reply via email to