Source-Changes-HG archive

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

[src/trunk]: src/lib/libipsec Don't yacc/lex here as dist includes generated ...



details:   https://anonhg.NetBSD.org/src/rev/30efbc0e519d
branches:  trunk
changeset: 586358:30efbc0e519d
user:      jmc <jmc%NetBSD.org@localhost>
date:      Thu Dec 15 04:27:32 2005 +0000

description:
Don't yacc/lex here as dist includes generated copies already and depending
on timestamps it's possible for gcc2 on vax to get confused on which .h
to use.

diffstat:

 lib/libipsec/Makefile |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 1057a8b7f986 -r 30efbc0e519d lib/libipsec/Makefile
--- a/lib/libipsec/Makefile     Thu Dec 15 02:34:47 2005 +0000
+++ b/lib/libipsec/Makefile     Thu Dec 15 04:27:32 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/06/28 16:01:59 christos Exp $
+# $NetBSD: Makefile,v 1.15 2005/12/15 04:27:32 jmc Exp $
 
 USE_SHLIBDIR=  yes
 WARNS= 0       # Will be fixed later
@@ -20,14 +20,14 @@
 .PATH: ${DIST}/src/libipsec
 
 SRCS=  ipsec_dump_policy.c ipsec_get_policylen.c ipsec_strerror.c      \
-       pfkey.c pfkey_dump.c policy_parse.y policy_token.l key_debug.c
-
-LPREFIX+=__libipsec
-YPREFIX+=__libipsec
-YHEADER=policy_parse.h
+       pfkey.c pfkey_dump.c policy_parse.c policy_token.c key_debug.c
 
 MAN=   ipsec_set_policy.3 ipsec_strerror.3
 MLINKS+=ipsec_set_policy.3 ipsec_get_policylen.3 \
        ipsec_set_policy.3 ipsec_dump_policy.3
 
 .include <bsd.lib.mk>
+
+# Don't auto-frob .y or .l files.
+.l.c .y.c .y.h:
+       @true



Home | Main Index | Thread Index | Old Index