diff options
author | wiz <wiz> | 2001-03-08 10:17:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-08 10:17:11 +0000 |
commit | 5602e4ef896a62b3c4d2c91bd30bef837c788687 (patch) | |
tree | 7bf51ddffe7d9df1e4b6085b5e7c8df1189328b6 /cross | |
parent | 25ff987fb74791c2f44de566da6fe4f471b027e1 (diff) | |
download | pkgsrc-5602e4ef896a62b3c4d2c91bd30bef837c788687.tar.gz |
$() -> ${}; remove an empty line.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/i386-netbsdpe/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cross/i386-netbsdpe/Makefile b/cross/i386-netbsdpe/Makefile index dc8c63d54e4..8af7b660530 100644 --- a/cross/i386-netbsdpe/Makefile +++ b/cross/i386-netbsdpe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/03/01 05:59:46 minoura Exp $ +# $NetBSD: Makefile,v 1.6 2001/03/08 10:17:11 wiz Exp $ # DISTVERSION= 1.1.4 @@ -55,7 +55,6 @@ post-patch: ${LN} -s ../../${PTHREAD_DISTNAME}/include/pthread.h . && \ ${LN} -s ../../${PTHREAD_DISTNAME}/include/pthread . - CFLAGS_FOR_TARGET+= -I${WRKDIR} post-configure: ${CP} ${FILESDIR}/i386_limits.h ${SYS_INCLUDE}/machine/limits.h @@ -63,7 +62,7 @@ post-configure: ${CP} ${FILESDIR}/featuretest.h ${SYS_INCLUDE}/sys/ ${CP} ${FILESDIR}/limits.h ${SYS_INCLUDE}/ ${RM} ${WRKDIR}/${GCC_DISTNAME}/texinfo/makeinfo/Makefile - $(SED) "s/extern FILE/__declspec(dllimport) FILE/" /usr/include/stdio.h > $(WRKDIR)/stdio.h + ${SED} "s/extern FILE/__declspec(dllimport) FILE/" /usr/include/stdio.h > ${WRKDIR}/stdio.h #.include "../COMMON/cross.mk" .include "files/cross.mk" |