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/38c6bcaa912f
branches: trunk
changeset: 357820:38c6bcaa912f
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 0a950b240465 -r 38c6bcaa912f 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