diff options
author | tv <tv@pkgsrc.org> | 2004-10-12 01:17:36 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-12 01:17:36 +0000 |
commit | 50910b9f1b1e8d00a2334a48099eb4eeb6626f47 (patch) | |
tree | 9eee0eb527380573256fe40726fc651cc1ba2982 /mk | |
parent | c1fe86ef61a0bdc497a40b8c0bef27e854665d09 (diff) | |
download | pkgsrc-50910b9f1b1e8d00a2334a48099eb4eeb6626f47.tar.gz |
Let's do another _TOOLS_REPLACE_OPSYS dance for Interix. It ships with a
version of gawk in /usr/contrib/bin, so use that instead.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/tools.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools.mk b/mk/tools.mk index 5705c78af04..c2576f2a9e4 100644 --- a/mk/tools.mk +++ b/mk/tools.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.mk,v 1.40 2004/10/11 23:38:54 tv Exp $ +# $NetBSD: tools.mk,v 1.41 2004/10/12 01:17:36 tv Exp $ # # This Makefile creates a ${TOOLS_DIR} directory and populates the bin # subdir with tools that hide the ones outside of ${TOOLS_DIR}. @@ -151,7 +151,7 @@ _TOOLS_OPSYS_HAS_GNU.yacc+= Linux-*-* # mk/platform/*.mk for the definitions), so no need to pull in the pkgsrc # versions; we will use these instead. # -_TOOLS_REPLACE_OPSYS.awk+= SunOS-*-* +_TOOLS_REPLACE_OPSYS.awk+= SunOS-*-* Interix-*-* _TOOLS_REPLACE_OPSYS.grep+= SunOS-*-* _TOOLS_REPLACE_OPSYS.lex+= # empty _TOOLS_REPLACE_OPSYS.m4+= # empty |