[Libreoffice-commits] .: cppu/util

Christian Lohmaier cloph at kemper.freedesktop.org
Mon Jun 13 07:20:22 PDT 2011


 cppu/util/makefile.mk |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit bc9880c20cbe171451f22bf8f70286b14eac20c2
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Mon Jun 13 16:20:33 2011 +0200

    get rid of "SHL2TARGETN redefined after use" warning

diff --git a/cppu/util/makefile.mk b/cppu/util/makefile.mk
index 0235f9a..d12f887 100644
--- a/cppu/util/makefile.mk
+++ b/cppu/util/makefile.mk
@@ -71,6 +71,7 @@ DEF1NAME=$(SHL1TARGET)
 
 
 SHL2TARGET  := $(NAMEpurpenv_helper)
+SHL2DEPN    := $(SHL1TARGETN)
 DEF2NAME    := $(SHL2TARGET)
 .IF "$(GUI)$(COM)"=="WNTGCC"
 SHL2VERSIONMAP:=uno_purpenvhelper$(COMID).map
@@ -99,7 +100,3 @@ ALLTAR:   $(SHL2TARGETN)
 
 
 .INCLUDE :	target.mk
-
-
-$(SHL2TARGETN): $(SHL1TARGETN)
-


More information about the Libreoffice-commits mailing list