Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gdb/lib/libgdb new need to run yacc/lex now, s...



details:   https://anonhg.NetBSD.org/src/rev/697bc03f3d86
branches:  trunk
changeset: 790354:697bc03f3d86
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Oct 04 13:04:00 2013 +0000

description:
new need to run yacc/lex now, since the generated files have been removed
and account for the ada dependencies.

diffstat:

 external/gpl3/gdb/lib/libgdb/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 239f2c9b3e90 -r 697bc03f3d86 external/gpl3/gdb/lib/libgdb/Makefile
--- a/external/gpl3/gdb/lib/libgdb/Makefile     Fri Oct 04 12:47:04 2013 +0000
+++ b/external/gpl3/gdb/lib/libgdb/Makefile     Fri Oct 04 13:04:00 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2013/08/04 23:41:43 matt Exp $
+#      $NetBSD: Makefile,v 1.5 2013/10/04 13:04:00 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -47,8 +47,7 @@
 #
 COPTS+=        -Wno-stack-protector
 
-# Don't run yacc/bison or lex
-.y.c .y.h .l.c:
+ada-exp.c: ada-lex.c
 
 .if ${MACHINE} == "amiga"
 COPTS.dwarf2-frame.c+=-O1



Home | Main Index | Thread Index | Old Index