Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcrypto Back out rev 1.18:
details: https://anonhg.NetBSD.org/src/rev/d1f1c3d18f6d
branches: trunk
changeset: 533279:d1f1c3d18f6d
user: veego <veego%NetBSD.org@localhost>
date: Wed Jun 26 15:21:50 2002 +0000
description:
Back out rev 1.18:
Remove -I${DESTDIR}/usr/include since it's redundant.
It may be redundant in some environments, but not in all.
diffstat:
lib/libcrypto/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 4af4c6d9dcff -r d1f1c3d18f6d lib/libcrypto/Makefile
--- a/lib/libcrypto/Makefile Wed Jun 26 14:08:29 2002 +0000
+++ b/lib/libcrypto/Makefile Wed Jun 26 15:21:50 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2002/06/16 17:57:29 thorpej Exp $
+# $NetBSD: Makefile,v 1.20 2002/06/26 15:21:50 veego Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -22,7 +22,8 @@
WARNS=0
LIB= crypto
-CPPFLAGS+= -nostdinc -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto
+CPPFLAGS+= -nostdinc -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto \
+ -I${DESTDIR}/usr/include
CRYPTODIST= ${.CURDIR}/../../crypto/dist
Home |
Main Index |
Thread Index |
Old Index