svn commit: r225313 - user/gabor/grep/trunk

Gabor Kovesdan gabor at FreeBSD.org
Thu Sep 1 16:41:07 UTC 2011


Author: gabor
Date: Thu Sep  1 16:41:06 2011
New Revision: 225313
URL: http://svn.freebsd.org/changeset/base/225313

Log:
  - Whitespace nit

Modified:
  user/gabor/grep/trunk/Makefile

Modified: user/gabor/grep/trunk/Makefile
==============================================================================
--- user/gabor/grep/trunk/Makefile	Thu Sep  1 15:53:59 2011	(r225312)
+++ user/gabor/grep/trunk/Makefile	Thu Sep  1 16:41:06 2011	(r225313)
@@ -20,7 +20,7 @@ WARNS=2
 # Extra files ported backported form some regex improvements
 .PATH: ${.CURDIR}/regex
 SRCS+=	fastmatch.c hashtable.c tre-fastmatch.c xmalloc.c
-CFLAGS+=-I${.CURDIR}/regex	
+CFLAGS+=-I${.CURDIR}/regex
 
 .if ${MK_BSD_GREP} == "yes"
 LINKS=	${BINDIR}/grep ${BINDIR}/egrep \


More information about the svn-src-user mailing list