Wed Nov 29 03:34:22 2017 UTC ()
Avoid building plural.c from plural.y. Since we now build with gnumake,
emptying the pattern rules is not enough.


(christos)
diff -r1.2 -r1.3 src/external/gpl3/gdb/dist/intl/Makefile.in

cvs diff -r1.2 -r1.3 src/external/gpl3/gdb/dist/intl/Makefile.in (expand / switch to context diff)
--- src/external/gpl3/gdb/dist/intl/Makefile.in 2011/09/25 20:23:51 1.2
+++ src/external/gpl3/gdb/dist/intl/Makefile.in 2017/11/29 03:34:22 1.3
@@ -133,6 +133,8 @@
 	$(COMPILE) $<
 
 .y.c:
+	@echo "Not rebuilding yacc output"
+	cp -p $(srcdir)/$@ $@
 #	$(YACC) $(YFLAGS) --output $@ $<
 #	rm -f $*.h