]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Fix make without NLS
authorTakashi Iwai <tiwai@suse.de>
Thu, 13 Jan 2005 15:32:56 +0000 (15:32 +0000)
committerTakashi Iwai <tiwai@suse.de>
Thu, 13 Jan 2005 15:32:56 +0000 (15:32 +0000)
Fix make without NLS support.

alsaconf/po/Makefile.in

index dd7a1554cfbc4b51fb6de9f38a05c5d654fcba31..ba74fa5d0406775a36959b7fc7c56960969a8fd2 100644 (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