From fd37df363d9e0b8b8a6ced1f91e494fa814315a4 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 2 Nov 2007 11:25:51 +0000 Subject: INTEGRATION: CWS os2port02 (1.14.14); FILE MERGED 2007/10/04 19:45:14 ydario 1.14.14.1: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration. --- ucbhelper/util/makefile.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ucbhelper/util') diff --git a/ucbhelper/util/makefile.mk b/ucbhelper/util/makefile.mk index 2704714f0ce8..35fa0ce4a4fc 100644 --- a/ucbhelper/util/makefile.mk +++ b/ucbhelper/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: ihi $ $Date: 2007-06-05 14:57:07 $ +# last change: $Author: hr $ $Date: 2007-11-02 12:25:51 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -50,6 +50,9 @@ LIB1FILES= $(SLB)$/client.lib \ $(SLB)$/provider.lib SHL1TARGET= $(TARGET)$(UCBHELPER_MAJOR)$(COMID) +.IF "$(GUI)" == "OS2" +SHL1TARGET= ucbh$(UCBHELPER_MAJOR) +.ENDIF SHL1STDLIBS = \ $(CPPUHELPERLIB) \ $(CPPULIB) \ -- cgit