From 82c3b093dbf2950de953e8e3a24ba9f36c514d44 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 3 Jan 2005 11:57:42 +0000 Subject: [PATCH] Misc clean up Misc clean up: make msgmerge as macro. --- alsaconf/po/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alsaconf/po/Makefile.in b/alsaconf/po/Makefile.in index 856862d..1d09866 100644 --- a/alsaconf/po/Makefile.in +++ b/alsaconf/po/Makefile.in @@ -19,7 +19,7 @@ mkinstalldirs = @MKINSTALLDIRS@ XGETTEXT = @XGETTEXT@ MSGFMT = @MSGFMT@ GMSGFMT = @GMSGFMT@ -MSGMERGE = msgmerge +MSGMERGE = @MSGMERGE@ MSGMERGE_UPDATE = @MSGMERGE@ --update DISTFILES = $(POFILES) Makefile.in