summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-09-19 09:48:28 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-09-19 09:48:28 +0000
commit077fd7ccb883f768adee924bc8d3df750c811491 (patch)
tree3af0c8cf7f8901f4a32c463d965c00f4c57403b2 /Makefile.in
parent7faad8a954597c6fc3765703fe4573f0ff81f1ea (diff)
downloadquilt-077fd7ccb883f768adee924bc8d3df750c811491.tar.gz
- Fix --disable-nls.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d651d9f..a653e7f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -121,7 +121,7 @@ SRC += changes2changelog
#-----------------------------------------------------------------------
-all : scripts $(COMPAT_PROGRAMS:%=compat/%) $(LINGUAS:%=po/%.mo)
+all : scripts $(COMPAT_PROGRAMS:%=compat/%) $(if $(MSGFMT),$(LINGUAS:%=po/%.mo))
$(LIB:%=lib/%) : $(LIB_SRC:%.c=lib/%.o)
$(CC) -o $@ $(LDFLAGS) $^ $(LIBS)