summaryrefslogtreecommitdiff
path: root/cross/i386-cygwin32
diff options
context:
space:
mode:
authorwiz <wiz>2001-03-10 21:15:26 +0000
committerwiz <wiz>2001-03-10 21:15:26 +0000
commitd411c79709c5f94b301f021b4d8810db60b87825 (patch)
tree455d3ccd257a90090cebca2a52d5d1bc2b6292ce /cross/i386-cygwin32
parent2115d20f9d1865ab448ea16fe395156973e66a12 (diff)
downloadpkgsrc-d411c79709c5f94b301f021b4d8810db60b87825.tar.gz
Purely automatic replacement: SYS_INCLUDE -> CROSS_SYS_INCLUDE.
Fixes pkg/7006.
Diffstat (limited to 'cross/i386-cygwin32')
-rw-r--r--cross/i386-cygwin32/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/cross/i386-cygwin32/Makefile b/cross/i386-cygwin32/Makefile
index ac53f7294df..2f125c3166d 100644
--- a/cross/i386-cygwin32/Makefile
+++ b/cross/i386-cygwin32/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/16 14:04:56 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/03/10 21:15:27 wiz Exp $
#
DISTVERSION= 1.0.0.0
@@ -27,9 +27,9 @@ BINUTILS_EXTRAS= dlltool windres
## Actually we have to install Cygwin headers and libraries with this package;
## the header files from NetBSD should be deleted at that time.
post-configure:
- ${CP} ${FILESDIR}/i386_limits.h ${SYS_INCLUDE}/machine/limits.h
- ${CP} ${FILESDIR}/syslimits.h ${SYS_INCLUDE}/sys/
- ${CP} ${FILESDIR}/featuretest.h ${SYS_INCLUDE}/sys/
- ${CP} ${FILESDIR}/limits.h ${SYS_INCLUDE}/
+ ${CP} ${FILESDIR}/i386_limits.h ${CROSS_SYS_INCLUDE}/machine/limits.h
+ ${CP} ${FILESDIR}/syslimits.h ${CROSS_SYS_INCLUDE}/sys/
+ ${CP} ${FILESDIR}/featuretest.h ${CROSS_SYS_INCLUDE}/sys/
+ ${CP} ${FILESDIR}/limits.h ${CROSS_SYS_INCLUDE}/
.include "../COMMON/cross.mk"