# # # patch "Makefile.am" # from [ec2fe71b526e24afd23813a981a7f43d1c85ccb4] # to [f94332486777cfef3a9bf4c1a4c5e6b21337fee4] # ============================================================ --- Makefile.am ec2fe71b526e24afd23813a981a7f43d1c85ccb4 +++ Makefile.am f94332486777cfef3a9bf4c1a4c5e6b21337fee4 @@ -412,9 +412,11 @@ LINGUA_RESULTS=$(addprefix po/,$(addsuff LINGUA_RESULTS=$(addprefix po/,$(addsuffix $(LINGUA_FORMAT),$(LINGUAS))) %.mo: %.po + $(mkinstalldirs) $(dir $@) $(MSGFMT) -o $@ $< %.gmo: %.po + $(mkinstalldirs) $(dir $@) $(MSGFMT) -o $@ $< install-data-local: $(LINGUA_RESULTS)