diff options
| author | lukem <lukem@NetBSD.org> | 2002-08-19 09:41:27 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2002-08-19 09:41:27 +0000 |
| commit | ebb6fc9eb8d577eb04388d4da60bf84e036089d1 (patch) | |
| tree | de21cc82230d882e6f428e93f90b12dd8f88260c /lib/libcom_err | |
| parent | 8b2ed6900d3aa7f224d5f3fe3f2bf8f813d54e56 (diff) | |
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).
(Reduces make output by ~ 20%)
Diffstat (limited to 'lib/libcom_err')
| -rw-r--r-- | lib/libcom_err/Makefile | 8 | ||||
| -rw-r--r-- | lib/libcom_err/compile_et/Makefile | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile index b3c300ea85d..7212c02c54a 100644 --- a/lib/libcom_err/Makefile +++ b/lib/libcom_err/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2001/12/12 00:51:01 tv Exp $ +# $NetBSD: Makefile,v 1.12 2002/08/19 09:41:29 lukem Exp $ NOLINT= # defined .include <bsd.own.mk> -DIST= ${.CURDIR}/../../crypto/dist +DIST= ${NETBSDSRCDIR}/crypto/dist .PATH: ${DIST}/heimdal/lib/com_err LIB= com_err @@ -32,8 +32,8 @@ compile_et: INCSDIR= /usr/include/krb5 CPPFLAGS+= -I. \ - -I${.CURDIR}/../../include/heimdal \ - -I${.CURDIR}/../libroken \ + -I${NETBSDSRCDIR}/include/heimdal \ + -I${NETBSDSRCDIR}/lib/libroken \ -I${DIST}/heimdal/lib/com_err \ -I${DIST}/heimdal/lib/roken \ -DHAVE_CONFIG_H diff --git a/lib/libcom_err/compile_et/Makefile b/lib/libcom_err/compile_et/Makefile index c7578492751..1be66057527 100644 --- a/lib/libcom_err/compile_et/Makefile +++ b/lib/libcom_err/compile_et/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2002/02/02 06:17:56 tv Exp $ +# $NetBSD: Makefile,v 1.13 2002/08/19 09:41:29 lukem Exp $ NOMAN= # defined .include <bsd.own.mk> -DIST= ${.CURDIR}/../../../crypto/dist +DIST= ${NETBSDSRCDIR}/crypto/dist .PATH: ${DIST}/heimdal/lib/com_err ${DIST}/heimdal/lib/roken ${DIST}/heimdal/lib/vers @@ -20,7 +20,7 @@ BINDIR= /usr/bin LIBROKEN!= cd ${.CURDIR}/../../libroken && ${PRINTOBJDIR} HOST_CPPFLAGS+= -I. \ - -I${.CURDIR}/../../../include/heimdal \ + -I${NETBSDSRCDIR}/include/heimdal \ -I${LIBROKEN} \ -I${DIST}/heimdal/lib/com_err \ -I${DIST}/heimdal/lib/roken \ @@ -28,7 +28,7 @@ HOST_CPPFLAGS+= -I. \ DPSRCS= print_version.h -make-print-version.lo: ${.CURDIR}/../../../include/heimdal/version.h +make-print-version.lo: ${NETBSDSRCDIR}/include/heimdal/version.h make-print-version: make-print-version.lo ${HOST_CC} ${HOST_LDFLAGS} -o ${.TARGET} ${.ALLSRC} |
