Fix make without NLS

Fix make without NLS support.
This commit is contained in:
Takashi Iwai 2005-01-13 15:32:56 +00:00
parent 7cebba00e5
commit 7fe50fb4fa

View file

@ -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