From 7fe50fb4fa907857aa384023fbab669baca957f9 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 13 Jan 2005 15:32:56 +0000 Subject: [PATCH] Fix make without NLS Fix make without NLS support. --- alsaconf/po/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsaconf/po/Makefile.in b/alsaconf/po/Makefile.in index dd7a155..ba74fa5 100644 --- a/alsaconf/po/Makefile.in +++ b/alsaconf/po/Makefile.in @@ -26,7 +26,10 @@ MSGMERGE_UPDATE = @MSGMERGE@ --update DISTFILES = $(POFILES) Makefile.in CATALOGS = $(POFILES:.po=.gmo) -all: $(CATALOGS) +all: all-@USE_NLS@ + +all-yes: $(CATALOGS) +all-no: .SUFFIXES: .po .gmo .mo -- 2.47.1