Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/gettext/gettext Move the definition of CLEANFILE...



details:   https://anonhg.NetBSD.org/src/rev/b144453d74b8
branches:  trunk
changeset: 580643:b144453d74b8
user:      hira <hira%NetBSD.org@localhost>
date:      Mon May 02 11:00:55 2005 +0000

description:
Move the definition of CLEANFILES before the inclusion of bsd.prog.mk.

diffstat:

 gnu/usr.bin/gettext/gettext/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 42bd4e41f8b0 -r b144453d74b8 gnu/usr.bin/gettext/gettext/Makefile
--- a/gnu/usr.bin/gettext/gettext/Makefile      Mon May 02 04:38:31 2005 +0000
+++ b/gnu/usr.bin/gettext/gettext/Makefile      Mon May 02 11:00:55 2005 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.2 2005/04/29 15:05:01 christos Exp $
+#      $NetBSD: Makefile,v 1.3 2005/05/02 11:00:55 hira Exp $
 
 PROG=  gettext
 
+CLEANFILES+=gettext.1
+
 .include <bsd.prog.mk>
 .include "${.CURDIR}/../Makefile.inc.prog"
 
 gettext.1: ${DIST}/gettext/gettext-runtime/man/gettext.1.in
        ${INSTALL_FILE} $> $@
-
-CLEANFILES+=gettext.1



Home | Main Index | Thread Index | Old Index