summaryrefslogtreecommitdiffstats
path: root/solenv/gbuild/TargetLocations.mk
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-04-15 17:27:07 +0000
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 17:58:14 +0200
commit1f2403f1c86fc2bc620ce00bbb0cdd126b952940 (patch)
treeb2b501facf9ba09bca9b9b79e90f9bd3d1eb8003 /solenv/gbuild/TargetLocations.mk
parentgnumake4: oox, writerfilter, CppunitTest.mk: adapt to changes in gnumake4 [hg... (diff)
downloadcore-1f2403f1c86fc2bc620ce00bbb0cdd126b952940.tar.gz
core-1f2403f1c86fc2bc620ce00bbb0cdd126b952940.zip
gnumake4: #i117845#: LinkTarget.mk: fix dep-files for GenCxxObjects: [hg:7bc9148e9497]
pass the dep-file target explicitly as a parameter to the Object__commands. fixes the bug that for GenCxxObjects the dep-file of CxxObject is written. remove some duplication in windows.mk/winmingw.mk.
Diffstat (limited to 'solenv/gbuild/TargetLocations.mk')
-rwxr-xr-xsolenv/gbuild/TargetLocations.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/solenv/gbuild/TargetLocations.mk b/solenv/gbuild/TargetLocations.mk
index 67faa611e4c3..db16663fc2d4 100755
--- a/solenv/gbuild/TargetLocations.mk
+++ b/solenv/gbuild/TargetLocations.mk
@@ -137,12 +137,11 @@ $(eval $(call gb_Helper_make_dep_targets,\
CObject \
CxxObject \
ObjCxxObject \
+ GenCxxObject \
LinkTarget \
SrsPartTarget \
SrsTarget \
))
-# needs to use same dep target because we use gb_CxxObject__command
-gb_GenCxxObject_get_dep_target = $(gb_CxxObject_get_dep_target)
# other getters