diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-18 14:12:16 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-18 14:12:16 +0200 |
commit | 6f0d3f2a5b72673086f82a88831535e535885998 (patch) | |
tree | 95f35abd15a9842442e432cd064aea92288393d3 /solenv/gbuild/TargetLocations.mk | |
parent | 01a601fb2a7a3872599186ffb8c4c4be1500e678 (diff) |
fixing rebase errors
Diffstat (limited to 'solenv/gbuild/TargetLocations.mk')
-rwxr-xr-x | solenv/gbuild/TargetLocations.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/gbuild/TargetLocations.mk b/solenv/gbuild/TargetLocations.mk index db16663fc2d4..5ee2e5791663 100755 --- a/solenv/gbuild/TargetLocations.mk +++ b/solenv/gbuild/TargetLocations.mk @@ -111,10 +111,10 @@ $(eval $(call gb_Helper_make_clean_targets,\ AllLangResTarget \ ComponentTarget \ JavaClassSet \ + Jar \ JunitTest \ LinkTarget \ Module \ - WinResTarget \ NoexPrecompiledHeader \ PackagePart \ PrecompiledHeader \ @@ -124,6 +124,7 @@ $(eval $(call gb_Helper_make_clean_targets,\ CppunitTest \ CustomTarget \ WinResTarget \ + Zip \ )) $(eval $(call gb_Helper_make_outdir_clean_targets,\ |