diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2011-06-13 22:21:17 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2011-06-13 22:21:17 +0200 |
commit | 0700d11c1d299702d1e6f5ba92ecea23ef483cf7 (patch) | |
tree | 2718d2584891a22be96a8fe3614d590326512a61 /cppu | |
parent | e224ac0e3172b1d3360461e1e67a5a235b349824 (diff) |
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
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/util/makefile.mk | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/cppu/util/makefile.mk b/cppu/util/makefile.mk index d12f887ac5ff..e4d6c2926645 100644 --- a/cppu/util/makefile.mk +++ b/cppu/util/makefile.mk @@ -71,7 +71,6 @@ DEF1NAME=$(SHL1TARGET) SHL2TARGET := $(NAMEpurpenv_helper) -SHL2DEPN := $(SHL1TARGETN) DEF2NAME := $(SHL2TARGET) .IF "$(GUI)$(COM)"=="WNTGCC" SHL2VERSIONMAP:=uno_purpenvhelper$(COMID).map @@ -91,12 +90,7 @@ SHL2OBJS := \ # --- Targets ------------------------------------------------------ - -.PHONY: ALLTAR - - -ALLTAR: $(SHL2TARGETN) - $(MAKE) $(MAKECMDGOALS) -f extra.mk - - .INCLUDE : target.mk + +ALLTAR: + $(MAKE) $(MAKECMDGOALS) -f extra.mk |