diff options
author | Michael Stahl <mst@openoffice.org> | 2011-04-15 17:27:07 +0000 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-17 17:58:14 +0200 |
commit | 1f2403f1c86fc2bc620ce00bbb0cdd126b952940 (patch) | |
tree | b2b501facf9ba09bca9b9b79e90f9bd3d1eb8003 /solenv/gbuild/TargetLocations.mk | |
parent | 62e1aa05cf2bb830d1d0d48dd52414613652991f (diff) |
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-x | solenv/gbuild/TargetLocations.mk | 3 |
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 |