mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 03:35:42 +01:00
Fix make without NLS
Fix make without NLS support.
This commit is contained in:
parent
7cebba00e5
commit
7fe50fb4fa
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue