From 9041c4b6e6fcff964be3681121400a14d71efcae Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 18 Feb 2004 04:27:49 +0000 Subject: Remove unnecessary trailing backslash. --- net/aget/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/aget/Makefile b/net/aget/Makefile index 90c2628e619..b2cd2e3d272 100644 --- a/net/aget/Makefile +++ b/net/aget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/02/18 02:00:34 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2004/02/18 04:27:49 minskim Exp $ # DISTNAME= aget-0.4 @@ -22,7 +22,7 @@ SUBST_STAGE.options= post-patch SUBST_FILES.options= Makefile Makefile.Solaris SUBST_SED.options= -e 's,CFLAGS =,\#CFLAGS =,' \ -e 's,LDFLAGS =,\#LDFLAGS =,' \ - -e 's,CC =,\#CC =,' \ + -e 's,CC =,\#CC =,' PTHREAD_OPTS+= require CFLAGS+= ${PTHREAD_CFLAGS} -- cgit v1.2.3