From 0275f12de93f9361685a1d829d36669c1b186ca0 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Tue, 25 Oct 2005 10:15:28 +0000
Subject: INTEGRATION: CWS ause039 (1.3.42); FILE MERGED 2005/10/14 02:57:36
hjs 1.3.42.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/13 13:49:57 hjs
1.3.42.1: #i54541# fix makefiles
---
cli_ure/util/makefile.pmk | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/cli_ure/util/makefile.pmk b/cli_ure/util/makefile.pmk
index a0053ac410db..f745f2b4cf61 100644
--- a/cli_ure/util/makefile.pmk
+++ b/cli_ure/util/makefile.pmk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 02:04:25 $
+# last change: $Author: hr $ $Date: 2005-10-25 11:15:28 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -33,7 +33,10 @@
#
#*************************************************************************
+# no translation here anyway
+.IF "$(L10N_framework)"==""
.IF "$(COM)$(COMEX)" == "MSC8" || "$(COM)$(COMEX)"== "MSC10"
BUILD_FOR_CLI = "true"
.ENDIF
+.ENDIF # "L10N_framework"==""
--
cgit