Source-Changes-HG archive

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

[src/trunk]: src/lib/libcom_err/compile_et Include ${.CURDIR}/../../libc/incl...



details:   https://anonhg.NetBSD.org/src/rev/0681c8e7e984
branches:  trunk
changeset: 521544:0681c8e7e984
user:      veego <veego%NetBSD.org@localhost>
date:      Fri Feb 01 22:12:37 2002 +0000

description:
Include ${.CURDIR}/../../libc/include to get namespace.h.
This fix a broken build after the recent non NetBSD fixes which broke it
for NetBSD.

diffstat:

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

diffs (17 lines):

diff -r 65f3fbaf0628 -r 0681c8e7e984 lib/libcom_err/compile_et/Makefile
--- a/lib/libcom_err/compile_et/Makefile        Fri Feb 01 22:04:02 2002 +0000
+++ b/lib/libcom_err/compile_et/Makefile        Fri Feb 01 22:12:37 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/12/12 00:51:01 tv Exp $
+# $NetBSD: Makefile,v 1.11 2002/02/01 22:12:37 veego Exp $
 
 NOMAN=         # defined
 
@@ -28,6 +28,7 @@
         -I${LIBROKEN}                          \
         -I${DIST}/heimdal/lib/com_err          \
         -I${DIST}/heimdal/lib/roken            \
+        -I${.CURDIR}/../../libc/include        \
         -DHAVE_CONFIG_H
 
 DPSRCS=                print_version.h



Home | Main Index | Thread Index | Old Index