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

Gabor Kovesdan gabor at FreeBSD.org
Thu Aug 18 18:15:15 UTC 2011


Author: gabor
Date: Thu Aug 18 18:15:14 2011
New Revision: 224984
URL: http://svn.freebsd.org/changeset/base/224984

Log:
  - Kepp things clean
  
  Pointyhat to:	obrien

Modified:
  user/gabor/grep/trunk/Makefile

Modified: user/gabor/grep/trunk/Makefile
==============================================================================
--- user/gabor/grep/trunk/Makefile	Thu Aug 18 17:54:33 2011	(r224983)
+++ user/gabor/grep/trunk/Makefile	Thu Aug 18 18:15:14 2011	(r224984)
@@ -8,6 +8,10 @@
 PROG=	grep
 .else
 PROG=	bsdgrep
+CLEANFILES+= bsdgrep.1
+
+bsdgrep.1: grep.1
+	cp ${.ALLSRC} ${.TARGET}
 .endif
 SRCS=	file.c grep.c queue.c util.c
 
@@ -30,9 +34,6 @@ MLINKS= grep.1 egrep.1 \
 	grep.1 zfgrep.1
 .endif
 
-bsdgrep.1: grep.1
-	cp ${.ALLSRC} ${.TARGET}
-
 LDADD=	-lz -lbz2
 DPADD=	${LIBZ} ${LIBBZ2}
 


More information about the svn-src-user mailing list