Module Name: src Committed By: christos Date: Sun Sep 25 20:23:51 UTC 2011
Modified Files: src/external/gpl3/gdb/dist/intl: Makefile.in Log Message: disable .y.c rule. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gdb/dist/intl/Makefile.in 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/dist/intl/Makefile.in diff -u src/external/gpl3/gdb/dist/intl/Makefile.in:1.1.1.1 src/external/gpl3/gdb/dist/intl/Makefile.in:1.2 --- src/external/gpl3/gdb/dist/intl/Makefile.in:1.1.1.1 Sat Sep 24 16:05:46 2011 +++ src/external/gpl3/gdb/dist/intl/Makefile.in Sun Sep 25 16:23:51 2011 @@ -133,8 +133,8 @@ libintl.h: $(srcdir)/libgnuintl.h $(COMPILE) $< .y.c: - $(YACC) $(YFLAGS) --output $@ $< - rm -f $*.h +# $(YACC) $(YFLAGS) --output $@ $< +# rm -f $*.h INCLUDES = -I. -I$(srcdir)