summaryrefslogtreecommitdiff
path: root/cross/i386-netbsdpe
diff options
context:
space:
mode:
authorwiz <wiz>2001-03-08 10:17:11 +0000
committerwiz <wiz>2001-03-08 10:17:11 +0000
commit5602e4ef896a62b3c4d2c91bd30bef837c788687 (patch)
tree7bf51ddffe7d9df1e4b6085b5e7c8df1189328b6 /cross/i386-netbsdpe
parent25ff987fb74791c2f44de566da6fe4f471b027e1 (diff)
downloadpkgsrc-5602e4ef896a62b3c4d2c91bd30bef837c788687.tar.gz
$() -> ${}; remove an empty line.
Diffstat (limited to 'cross/i386-netbsdpe')
-rw-r--r--cross/i386-netbsdpe/Makefile5
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"