Module Name:    src
Committed By:   christos
Date:           Fri Oct  4 13:04:00 UTC 2013

Modified Files:
        src/external/gpl3/gdb/lib/libgdb: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gdb/lib/libgdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gdb/lib/libgdb/Makefile
diff -u src/external/gpl3/gdb/lib/libgdb/Makefile:1.4 src/external/gpl3/gdb/lib/libgdb/Makefile:1.5
--- src/external/gpl3/gdb/lib/libgdb/Makefile:1.4	Sun Aug  4 19:41:43 2013
+++ src/external/gpl3/gdb/lib/libgdb/Makefile	Fri Oct  4 09:04:00 2013
@@ -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 @@ CWARNFLAGS.clang+=	-Wno-switch
 #
 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

Reply via email to