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 disable .y.c rule.



details:   https://anonhg.NetBSD.org/src/rev/f5c40ea42cba
branches:  trunk
changeset: 769892:f5c40ea42cba
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Sep 25 20:23:51 2011 +0000

description:
disable .y.c rule.

diffstat:

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

diffs (14 lines):

diff -r 1b33e1e519f1 -r f5c40ea42cba external/gpl3/gdb/dist/intl/Makefile.in
--- a/external/gpl3/gdb/dist/intl/Makefile.in   Sun Sep 25 19:40:36 2011 +0000
+++ b/external/gpl3/gdb/dist/intl/Makefile.in   Sun Sep 25 20:23:51 2011 +0000
@@ -133,8 +133,8 @@
        $(COMPILE) $<
 
 .y.c:
-       $(YACC) $(YFLAGS) --output $@ $<
-       rm -f $*.h
+#      $(YACC) $(YFLAGS) --output $@ $<
+#      rm -f $*.h
 
 INCLUDES = -I. -I$(srcdir)
 



Home | Main Index | Thread Index | Old Index