From fc019bd1295b70845126468d9b931470800ca4c0 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 8 Mar 2001 10:17:11 +0000 Subject: $() -> ${}; remove an empty line. --- cross/i386-netbsdpe/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cross') 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" -- cgit v1.2.3