Module Name: src Committed By: christos Date: Wed May 9 13:53:13 UTC 2018
Modified Files: src/external/gpl3/gdb/lib/libgdb: Makefile Log Message: clean generated file To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 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.19 src/external/gpl3/gdb/lib/libgdb/Makefile:1.20 --- src/external/gpl3/gdb/lib/libgdb/Makefile:1.19 Wed Dec 13 16:52:55 2017 +++ src/external/gpl3/gdb/lib/libgdb/Makefile Wed May 9 09:53:13 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2017/12/13 21:52:55 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2018/05/09 13:53:13 christos Exp $ NOCTF= HOSTPROG_CXX= 1 @@ -83,4 +83,5 @@ CLEANDIRFILES+= \ go-exp.c \ jv-exp.c \ m2-exp.c \ - p-exp.c + p-exp.c \ + rust-exp.c