From 4f8ff361dc21b758ccdcd6545fd2bc0a4c43a820 Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Wed, 29 Feb 2012 16:01:17 +0000 Subject: [PATCH] Tiny makefile tweak. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 48dd140..fe8b9d7 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ dnsmasq.pot : $(objs:.o=.c) $(hdrs) $(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