Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2011 21:29:33 +0000 (UTC)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r222878 - head/gnu/usr.bin
Message-ID:  <201106082129.p58LTX2T048285@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: obrien
Date: Wed Jun  8 21:29:33 2011
New Revision: 222878
URL: http://svn.freebsd.org/changeset/base/222878

Log:
  Simply post r222273.

Modified:
  head/gnu/usr.bin/Makefile

Modified: head/gnu/usr.bin/Makefile
==============================================================================
--- head/gnu/usr.bin/Makefile	Wed Jun  8 21:29:12 2011	(r222877)
+++ head/gnu/usr.bin/Makefile	Wed Jun  8 21:29:33 2011	(r222878)
@@ -11,7 +11,7 @@ SUBDIR= ${_binutils} \
 	${_dtc} \
 	${_gdb} \
 	${_gperf} \
-	${_grep} \
+	grep \
 	${_groff} \
 	patch \
 	${_rcs} \
@@ -27,8 +27,6 @@ _groff=		groff
 .endif
 .endif
 
-_grep=          grep
-
 .if ${MK_CVS} != "no"
 _cvs=		cvs
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106082129.p58LTX2T048285>