commit | 4f8ff361dc21b758ccdcd6545fd2bc0a4c43a820 | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Wed Feb 29 16:01:17 2012 +0000 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Wed Feb 29 16:01:17 2012 +0000 |
tree | e2bbcab78bf96d13344890b9d51611857f3580a8 | |
parent | 0010b47439ba97e280a544f1dc8c2fe5f3bb315c [diff] [blame] |
Tiny makefile tweak.
diff --git a/Makefile b/Makefile index 48dd140..fe8b9d7 100644 --- a/Makefile +++ b/Makefile
@@ -128,7 +128,7 @@ $(XGETTEXT) -d dnsmasq --foreign-user --omit-header --keyword=_ -o $@ -i $(objs:.o=.c) %.mo : $(top)/$(PO)/%.po dnsmasq.pot - $(MSGMERGE) -o - $(top)/po/$*.po dnsmasq.pot | $(MSGFMT) -o $*.mo - + $(MSGMERGE) -o - $(top)/$(PO)/$*.po dnsmasq.pot | $(MSGFMT) -o $*.mo - .PHONY : all clean install install-common all-i18n install-i18n merge