Source-Changes-HG archive

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

[src/trunk]: src/lib/libcrypto Remove -nostdinc from CPPFLAGS. That should o...



details:   https://anonhg.NetBSD.org/src/rev/48a06a3e7368
branches:  trunk
changeset: 533287:48a06a3e7368
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jun 26 16:58:09 2002 +0000

description:
Remove -nostdinc from CPPFLAGS.  That should only be used when
bsd.lib.mk wants it to be used.

diffstat:

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

diffs (18 lines):

diff -r 9ead9be35102 -r 48a06a3e7368 lib/libcrypto/Makefile
--- a/lib/libcrypto/Makefile    Wed Jun 26 16:33:18 2002 +0000
+++ b/lib/libcrypto/Makefile    Wed Jun 26 16:58:09 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.21 2002/06/26 16:30:46 thorpej Exp $
+#      $NetBSD: Makefile,v 1.22 2002/06/26 16:58:09 thorpej Exp $
 
 # RCSid:
 #      Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -22,7 +22,7 @@
 WARNS=0
 
 LIB=   crypto
-CPPFLAGS+= -nostdinc -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto
+CPPFLAGS+= -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto
 
 CRYPTODIST=    ${.CURDIR}/../../crypto/dist
 



Home | Main Index | Thread Index | Old Index