diff options
Diffstat (limited to 'testing/osmo/osmo-0.2.10-build-mo.patch')
-rw-r--r-- | testing/osmo/osmo-0.2.10-build-mo.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/osmo/osmo-0.2.10-build-mo.patch b/testing/osmo/osmo-0.2.10-build-mo.patch deleted file mode 100644 index ac1b9aa235..0000000000 --- a/testing/osmo/osmo-0.2.10-build-mo.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/po/Makefile.am b/po/Makefile.am -index b3c904a..f0ee467 100644 ---- a/po/Makefile.am -+++ b/po/Makefile.am -@@ -16,8 +16,8 @@ all: $(MOFILES) - - update-po: $(DOMAIN).pot $(POFILES) $(MOFILES) - --%.mo: skip -- @po=$(@:.mo=.po); if test $$po -nt $@ ; then $(MSGFMT) -c --statistics $$po -o $@; echo "$@ updated."; fi -+%.mo: %.po -+ @$(MSGFMT) -c --statistics $^ -o $@; echo "$@ updated." - - %.po: $(DOMAIN).pot - $(MSGMERGE) $@ $< -o $@.in && mv $@.in $@ -@@ -41,4 +41,3 @@ uninstall-local: - clean-local: - rm -rf *.mo - --skip: |