Kaydet (Commit) 0700d11c authored tarafından Christian Lohmaier's avatar Christian Lohmaier

get rid of "SHL2TARGETN redefined after use" warning - 2nd try

this time run git add before commiting to commit the locally tested
version, and not some intermediate crap that was added in between
üst e224ac0e
...@@ -71,7 +71,6 @@ DEF1NAME=$(SHL1TARGET) ...@@ -71,7 +71,6 @@ DEF1NAME=$(SHL1TARGET)
SHL2TARGET := $(NAMEpurpenv_helper) SHL2TARGET := $(NAMEpurpenv_helper)
SHL2DEPN := $(SHL1TARGETN)
DEF2NAME := $(SHL2TARGET) DEF2NAME := $(SHL2TARGET)
.IF "$(GUI)$(COM)"=="WNTGCC" .IF "$(GUI)$(COM)"=="WNTGCC"
SHL2VERSIONMAP:=uno_purpenvhelper$(COMID).map SHL2VERSIONMAP:=uno_purpenvhelper$(COMID).map
...@@ -91,12 +90,7 @@ SHL2OBJS := \ ...@@ -91,12 +90,7 @@ SHL2OBJS := \
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
.PHONY: ALLTAR
ALLTAR: $(SHL2TARGETN)
$(MAKE) $(MAKECMDGOALS) -f extra.mk
.INCLUDE : target.mk .INCLUDE : target.mk
ALLTAR:
$(MAKE) $(MAKECMDGOALS) -f extra.mk
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment