Source-Changes-HG archive

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

[src/trunk]: src/external/gpl2/xcvs/lib/libcvs real override for yacc rules.



details:   https://anonhg.NetBSD.org/src/rev/ab6c3dff08e8
branches:  trunk
changeset: 760171:ab6c3dff08e8
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Dec 29 19:53:32 2010 +0000

description:
real override for yacc rules.

diffstat:

 external/gpl2/xcvs/lib/libcvs/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r 3ee147281ff3 -r ab6c3dff08e8 external/gpl2/xcvs/lib/libcvs/Makefile
--- a/external/gpl2/xcvs/lib/libcvs/Makefile    Wed Dec 29 19:21:39 2010 +0000
+++ b/external/gpl2/xcvs/lib/libcvs/Makefile    Wed Dec 29 19:53:32 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2009/10/29 02:36:48 christos Exp $
+#      $NetBSD: Makefile,v 1.9 2010/12/29 19:53:32 christos Exp $
 
 LIBISPRIVATE=  yes
 
@@ -9,8 +9,6 @@
 DIST=  ${IDIST}/lib
 .PATH: ${DIST}
 CPPFLAGS+=-I${DIST}
-.y.c .y.h:
-       @true
 
 SRCS=  __fpending.c asnprintf.c basename.c canon-host.c canonicalize.c \
        chdir-long.c closeout.c cycle-check.c dirname.c dup-safer.c exitfail.c \
@@ -20,6 +18,8 @@
        stripslash.c vasnprintf.c xalloc-die.c xgetcwd.c xgethostname.c \
        xmalloc.c xreadlink.c yesno.c
 
-getdate.c: getdate.y
-
 .include <bsd.lib.mk>
+# bsd.lib.mk includes bsd.sys.mk which defines the suffix rules, so we
+@ need to override after.
+.y.c .y.h:
+       @true



Home | Main Index | Thread Index | Old Index