make: translate using gettext, rather than the unmaintainable catgets
@@ -1133,10 +1133,14 @@ .c.po: $(CPPFORPO) $< > $<.i $(BUILD.po) +.cc.po: + $(CPPFORPO) $< > $<.i + $(BUILD.po) + .y.po: $(YACC) -d $< $(CPPFORPO) y.tab.c > $<.i $(BUILD.po) $(RM) y.tab.c