diff options
author | jlam <jlam@pkgsrc.org> | 2007-08-23 17:39:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-08-23 17:39:47 +0000 |
commit | 4fd552cb21dfeb2898d90d53d46868981644b7c9 (patch) | |
tree | dba7909ef570fcaefbe55807df5a55b8c9dcd990 /mk/emulator/irix.mk | |
parent | 711d838dc01ff8af1c1845624c68511ffa08dcb9 (diff) | |
download | pkgsrc-4fd552cb21dfeb2898d90d53d46868981644b7c9.tar.gz |
Use .PARSEDIR where it can be used to avoid hardcoding the path to the
emulator module.
Diffstat (limited to 'mk/emulator/irix.mk')
-rw-r--r-- | mk/emulator/irix.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/emulator/irix.mk b/mk/emulator/irix.mk index 411eb2c944d..03aa200e603 100644 --- a/mk/emulator/irix.mk +++ b/mk/emulator/irix.mk @@ -1,4 +1,4 @@ -# $NetBSD: irix.mk,v 1.1 2007/07/29 05:19:42 jlam Exp $ +# $NetBSD: irix.mk,v 1.2 2007/08/23 17:39:47 jlam Exp $ # # IRIX binary emulation framework # @@ -33,7 +33,7 @@ EMUL_DISTRO= native-irix # native IRIX installation EMULDIR= ${PREFIX} EMULSUBDIR= # empty .else -. include "${PKGSRCDIR}/mk/emulator/irix-${_EMUL_TYPE}.mk" +. include "${.PARSEDIR}/irix-${_EMUL_TYPE}.mk" .endif .if (${_EMUL_TYPE} == "builtin") || (${_EMUL_TYPE} == "native") |