diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-10 21:15:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-10 21:15:26 +0000 |
commit | d43a634d60bf7779b7e730192193aae84c418045 (patch) | |
tree | 455d3ccd257a90090cebca2a52d5d1bc2b6292ce /cross/i386-cygwin32 | |
parent | adfa61bb6bb0abe68733385ebf8f0ade9507c30d (diff) | |
download | pkgsrc-d43a634d60bf7779b7e730192193aae84c418045.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/Makefile | 10 |
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" |