summaryrefslogtreecommitdiffstats
path: root/cppu/util
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-06-13 22:21:17 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-06-13 22:21:17 +0200
commit0700d11c1d299702d1e6f5ba92ecea23ef483cf7 (patch)
tree2718d2584891a22be96a8fe3614d590326512a61 /cppu/util
parentuse rm -f to not complain about attempting to remove nonexisting file (diff)
downloadcore-0700d11c1d299702d1e6f5ba92ecea23ef483cf7.tar.gz
core-0700d11c1d299702d1e6f5ba92ecea23ef483cf7.zip
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/util')
-rw-r--r--cppu/util/makefile.mk12
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