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-msdosdjgpp | |
parent | adfa61bb6bb0abe68733385ebf8f0ade9507c30d (diff) | |
download | pkgsrc-d43a634d60bf7779b7e730192193aae84c418045.tar.gz |
Purely automatic replacement: SYS_INCLUDE -> CROSS_SYS_INCLUDE.
Fixes pkg/7006.
Diffstat (limited to 'cross/i386-msdosdjgpp')
-rw-r--r-- | cross/i386-msdosdjgpp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cross/i386-msdosdjgpp/Makefile b/cross/i386-msdosdjgpp/Makefile index 229bd9d6d53..957ca82f5cd 100644 --- a/cross/i386-msdosdjgpp/Makefile +++ b/cross/i386-msdosdjgpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/16 14:04:58 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/03/10 21:15:27 wiz Exp $ # DISTVERSION= 2.02.0 @@ -23,7 +23,7 @@ USE_CROSS_EGCS= yes DJGPP_FILES= djcrx202.zip wmemu2b.zip TARGET_ARCH= i386-msdosdjgpp -SYS_INCLUDE= ${WRKSRC}/include +CROSS_SYS_INCLUDE= ${WRKSRC}/include SYS_LIB= ${WRKSRC}/lib post-extract: @@ -40,7 +40,7 @@ post-extract: @${RM} -f ${SYS_LIB}/djgpp.djl ${SYS_LIB}/specs post-patch: - @${RM} -f ${SYS_INCLUDE}/sys/*.orig + @${RM} -f ${CROSS_SYS_INCLUDE}/sys/*.orig do-build: cd ${WRKSRC}/src/stub && ${LINK.c} -o stubedit stubedit.c |