Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/grep remove stray paren



details:   https://anonhg.NetBSD.org/src/rev/722007a7e377
branches:  trunk
changeset: 834392:722007a7e377
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 12 07:59:14 2018 +0000

description:
remove stray paren

diffstat:

 usr.bin/grep/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 987c43b4f0ec -r 722007a7e377 usr.bin/grep/Makefile
--- a/usr.bin/grep/Makefile     Sun Aug 12 07:53:38 2018 +0000
+++ b/usr.bin/grep/Makefile     Sun Aug 12 07:59:14 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2018/08/12 07:53:19 christos Exp $
+#      $NetBSD: Makefile,v 1.8 2018/08/12 07:59:14 christos Exp $
 #      $FreeBSD: head/usr.bin/grep/Makefile 210389 2010-07-22 19:11:57Z gabor $
 #      $OpenBSD: Makefile,v 1.6 2003/06/25 15:00:04 millert Exp $
 
@@ -20,7 +20,7 @@
 LDADD+=        -lz
 DPADD+=        ${LIBZ}
 
-.if empty(HOST_CPPFLAGS:M(*-DWITHOUT_BZ2*)
+.if empty(HOST_CPPFLAGS:M*-DWITHOUT_BZ2*)
 LDADD+=        -lz
 DPADD+=        ${LIBZ}
 .endif



Home | Main Index | Thread Index | Old Index