diff options
author | tv <tv@pkgsrc.org> | 2005-11-03 17:24:14 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-03 17:24:14 +0000 |
commit | 7858181bc156b43e2afae6d6a123065f3316e890 (patch) | |
tree | f34ea355b3be84f1ab62773900b0f91e4bd76bf4 /net/connect | |
parent | c8c5285251360580706233ea3d563973d2d740fd (diff) | |
download | pkgsrc-7858181bc156b43e2afae6d6a123065f3316e890.tar.gz |
Use ${LINK.c} to link and make sure all FLAGS are heeded.
Diffstat (limited to 'net/connect')
-rw-r--r-- | net/connect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/connect/Makefile b/net/connect/Makefile index 86ceb11d285..462ac53bc19 100644 --- a/net/connect/Makefile +++ b/net/connect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/10/23 14:30:05 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2005/11/03 17:24:14 tv Exp $ DISTNAME= connect PKGNAME= ${DISTNAME}-1.83 @@ -20,7 +20,7 @@ INSTALLATION_DIRS= bin do-build: ${MKDIR} ${WRKSRC} - ${CC} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${CFLAGS} -o ${WRKSRC}/connect ${LIBS} + ${LINK.c} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -o ${WRKSRC}/connect ${LIBS} ${EGREP} '^ \*(| .*)$$' ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | \ ${CUT} -c 4- >${WRKSRC}/README |