Module Name:    src
Committed By:   christos
Date:           Wed Nov 29 03:34:22 UTC 2017

Modified Files:
        src/external/gpl3/gdb/dist/intl: Makefile.in

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/external/gpl3/gdb/dist/intl/Makefile.in:1.3
--- src/external/gpl3/gdb/dist/intl/Makefile.in:1.2	Sun Sep 25 16:23:51 2011
+++ src/external/gpl3/gdb/dist/intl/Makefile.in	Tue Nov 28 22:34:22 2017
@@ -133,6 +133,8 @@ libintl.h: $(srcdir)/libgnuintl.h
 	$(COMPILE) $<
 
 .y.c:
+	@echo "Not rebuilding yacc output"
+	cp -p $(srcdir)/$@ $@
 #	$(YACC) $(YFLAGS) --output $@ $<
 #	rm -f $*.h
 

Reply via email to