Source-Changes-HG archive

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

[src/trunk]: src/lib/libcrypto Remove -I${DESTDIR}/usr/include since it's red...



details:   https://anonhg.NetBSD.org/src/rev/a3fb0fa0698d
branches:  trunk
changeset: 532798:a3fb0fa0698d
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jun 15 02:01:23 2002 +0000

description:
Remove -I${DESTDIR}/usr/include since it's redundant.

diffstat:

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

diffs (19 lines):

diff -r f2b6adc9b7b2 -r a3fb0fa0698d lib/libcrypto/Makefile
--- a/lib/libcrypto/Makefile    Sat Jun 15 02:00:06 2002 +0000
+++ b/lib/libcrypto/Makefile    Sat Jun 15 02:01:23 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.17 2002/06/11 22:55:34 bjh21 Exp $
+#      $NetBSD: Makefile,v 1.18 2002/06/15 02:01:23 matt Exp $
 
 # RCSid:
 #      Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -22,8 +22,7 @@
 WARNS=0
 
 LIB=   crypto
-CPPFLAGS+= -nostdinc -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto \
-          -I${DESTDIR}/usr/include
+CPPFLAGS+= -nostdinc -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto
 
 CRYPTODIST=    ${.CURDIR}/../../crypto/dist
 



Home | Main Index | Thread Index | Old Index