diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-02 14:47:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-02 14:47:44 +0000 |
commit | a9aaa97639f65c2da4fcf28356f86ed973bc80e8 (patch) | |
tree | e3f61e2d30ce2224242b5ec77f8aa1411d3a7b5a /mk | |
parent | c446400a144381a12f392dec4e8c5112f8f7df0d (diff) | |
download | pkgsrc-a9aaa97639f65c2da4fcf28356f86ed973bc80e8.tar.gz |
GCC_USE_SYMLINKS has been renamed and is the default now, so remove it
here.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/platform/Interix.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk index 2de0b7d3024..0e1e27330b2 100644 --- a/mk/platform/Interix.mk +++ b/mk/platform/Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: Interix.mk,v 1.59 2009/04/01 12:04:41 joerg Exp $ +# $NetBSD: Interix.mk,v 1.60 2009/06/02 14:47:44 joerg Exp $ # # Variable definitions for the Interix operating system. @@ -64,7 +64,6 @@ WRAPPER_SHELL?= ${PREFIX}/bin/nbsh INSTALL?= ${PREFIX}/bin/install-sh SED?= ${PREFIX}/bin/nbsed -GCC_USE_SYMLINKS?= yes WRAPPER_DEBUG?= no .if defined(BATCH) |