diff options
Diffstat (limited to 'install/po/Makefile.in')
-rw-r--r-- | install/po/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/install/po/Makefile.in b/install/po/Makefile.in index 7880e19eb..f696c17f9 100644 --- a/install/po/Makefile.in +++ b/install/po/Makefile.in @@ -158,10 +158,9 @@ POTFILES = $(PYTHON_POTFILES) $(C_POTFILES) .SUFFIXES: .SUFFIXES: .po .mo -.PHONY: all create-po update-po update-pot install mostlyclean clean distclean test_lang test +.PHONY: all create-po update-po update-pot install mostlyclean clean distclean test_lang test mo-files all: - @ SUFFIXES = .po .mo |