diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-02 14:51:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-02 14:51:03 +0000 |
commit | aee24a867419c7fadd3744c7bcb279d495eda493 (patch) | |
tree | ad0c7c633f08a8323c1d71c9e9b537d6d22f09e0 /mk/platform | |
parent | a9aaa97639f65c2da4fcf28356f86ed973bc80e8 (diff) | |
download | pkgsrc-aee24a867419c7fadd3744c7bcb279d495eda493.tar.gz |
Remove WRAPPER_DEBUG definition, it doesn't change anything.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/Interix.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk index 0e1e27330b2..e07532e63e1 100644 --- a/mk/platform/Interix.mk +++ b/mk/platform/Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: Interix.mk,v 1.60 2009/06/02 14:47:44 joerg Exp $ +# $NetBSD: Interix.mk,v 1.61 2009/06/02 14:51:03 joerg Exp $ # # Variable definitions for the Interix operating system. @@ -64,8 +64,6 @@ WRAPPER_SHELL?= ${PREFIX}/bin/nbsh INSTALL?= ${PREFIX}/bin/install-sh SED?= ${PREFIX}/bin/nbsed -WRAPPER_DEBUG?= no - .if defined(BATCH) BULK_PREREQ+= lang/perl5 USE_BULK_BROKEN_CHECK?= no |