From 3ace3a50e1eea8369978bb5b51c4f952171dbd4b Mon Sep 17 00:00:00 2001 From: Russ Rowan Date: Sun, 30 Oct 2005 02:01:25 -0500 Subject: [PATCH] Fix by fonseca to avoid building in po if !CONFIG_NLS. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a4f41734f..1c788d532 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ top_builddir=. -include $(top_builddir)/Makefile.config -SUBDIRS = doc po src +SUBDIRS = doc src +SUBDIRS-$(CONFIG_NLS) += po CLEAN = features.log all-recursive: config.h