From b462d08b5d79a40a312817befe109fc7e6dfeb12 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Fri, 2 Nov 2007 12:16:41 +0000
Subject: INTEGRATION: CWS os2port02 (1.8.16); FILE MERGED 2007/10/05 13:01:59
ydario 1.8.16.2: Issue number: i82034 Submitted by: ydario Reviewed by:
ydario Commit of changes for OS/2 CWS source code integration. 2007/09/30
11:47:19 ydario 1.8.16.1: Issue number: i82034 Submitted by: ydario Reviewed
by: ydario Commit of changes for OS/2 CWS source code integration.
---
registry/tools/makefile.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'registry/tools')
diff --git a/registry/tools/makefile.mk b/registry/tools/makefile.mk
index b608166233be..4a5005bf4abc 100644
--- a/registry/tools/makefile.mk
+++ b/registry/tools/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: vg $ $Date: 2007-10-15 12:28:43 $
+# last change: $Author: hr $ $Date: 2007-11-02 13:16:41 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -54,7 +54,7 @@ LINKFLAGSRUNPATH = -R\''$$ORIGIN/../lib:$$ORIGIN'\'
.INCLUDE : ..$/version.mk
# --- Files --------------------------------------------------------
-CDEFS += -DDLL_VERSION=\"$(UPD)$(DLLPOSTFIX)\"
+CDEFS += -DDLL_VERSION=$(EMQ)"$(UPD)$(DLLPOSTFIX)$(EMQ)"
APP1TARGET= $(TARGET)
APP1OBJS= $(OBJ)$/regmerge.obj
--
cgit