diff options
| author | veego <veego@NetBSD.org> | 2002-02-01 22:12:37 +0000 |
|---|---|---|
| committer | veego <veego@NetBSD.org> | 2002-02-01 22:12:37 +0000 |
| commit | b24467c00b7f7a4e701e7ee8a9f57038ca273fda (patch) | |
| tree | 02d1f015c7f79604c5aa555af9304b630b20df4d /lib/libcom_err | |
| parent | a4cfa723ac63b71f702974fe377db50234ee6e08 (diff) | |
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 (limited to 'lib/libcom_err')
| -rw-r--r-- | lib/libcom_err/compile_et/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcom_err/compile_et/Makefile b/lib/libcom_err/compile_et/Makefile index 9099dd785a3..9baaa8ab98a 100644 --- a/lib/libcom_err/compile_et/Makefile +++ b/lib/libcom_err/compile_et/Makefile @@ -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 @@ HOST_CPPFLAGS+= -I. \ -I${LIBROKEN} \ -I${DIST}/heimdal/lib/com_err \ -I${DIST}/heimdal/lib/roken \ + -I${.CURDIR}/../../libc/include \ -DHAVE_CONFIG_H DPSRCS= print_version.h |
