Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gdb/dist/intl Avoid building plural.c from plu...



details:   https://anonhg.NetBSD.org/src/rev/b4021b73ca30
branches:  trunk
changeset: 828121:b4021b73ca30
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 29 03:34:22 2017 +0000

description:
Avoid building plural.c from plural.y. Since we now build with gnumake,
emptying the pattern rules is not enough.

diffstat:

 external/gpl3/gdb/dist/intl/Makefile.in |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r bc8304ecfa4a -r b4021b73ca30 external/gpl3/gdb/dist/intl/Makefile.in
--- a/external/gpl3/gdb/dist/intl/Makefile.in   Wed Nov 29 03:33:01 2017 +0000
+++ b/external/gpl3/gdb/dist/intl/Makefile.in   Wed Nov 29 03:34:22 2017 +0000
@@ -133,6 +133,8 @@
        $(COMPILE) $<
 
 .y.c:
+       @echo "Not rebuilding yacc output"
+       cp -p $(srcdir)/$@ $@
 #      $(YACC) $(YFLAGS) --output $@ $<
 #      rm -f $*.h
 



Home | Main Index | Thread Index | Old Index