diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-05-25 18:37:02 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 07:35:50 +0200 |
commit | a587845c5e3497ec88c3985bea665c4dd9c2e746 (patch) | |
tree | 45ebbbb08a5bad721e7bf7b0a0b7b158eda13756 /shell | |
parent | 23d8c43d4927aa0c4b1d5537856e165fa60e2096 (diff) |
shell: change last gb_Helper_abbreviate_dirs_native
Change-Id: I51e6db0a6b6da2adf42e3d759865994d8624c192
Diffstat (limited to 'shell')
-rw-r--r-- | shell/CustomTarget_shlxthdl_res.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/CustomTarget_shlxthdl_res.mk b/shell/CustomTarget_shlxthdl_res.mk index 125d4dfa7d44..67e27a6ec8fe 100644 --- a/shell/CustomTarget_shlxthdl_res.mk +++ b/shell/CustomTarget_shlxthdl_res.mk @@ -40,7 +40,7 @@ $(call gb_CustomTarget_get_workdir,shell/source/win32/shlxthandler/res)/shlxthdl $(call gb_CustomTarget_get_workdir,shell/source/win32/shlxthandler/res)/shlxthdl_impl.rc : $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),LCX,1) - $(call gb_Helper_abbreviate_dirs_native,\ + $(call gb_Helper_abbreviate_dirs,\ cd $(SRCDIR)/shell/source/win32/shlxthandler/res && \ $(call gb_Executable_get_target_for_build,lngconvex) \ -ulf shlxthdl.ulf \ |