diff options
author | David Tardon <dtardon@redhat.com> | 2012-05-29 18:53:03 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 18:54:36 +0200 |
commit | b7c6716b4bc0742af4206035495d161e7eb49424 (patch) | |
tree | ca281d0e975b3eaacf08a42e35d279a26aff94fc /shell | |
parent | 9548c17e7446fca1c14a1044ad76d5149021756f (diff) |
remove useless argument
Change-Id: I8d5cd9a3ee8a469d4b0154f4423a6c811e3ad369
Diffstat (limited to 'shell')
-rw-r--r-- | shell/CustomTarget_x64.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/CustomTarget_x64.mk b/shell/CustomTarget_x64.mk index 513948213a4e..332a8e2454d1 100644 --- a/shell/CustomTarget_x64.mk +++ b/shell/CustomTarget_x64.mk @@ -25,7 +25,7 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_CustomTarget_CustomTarget,shell/source,new_style)) +$(eval $(call gb_CustomTarget_CustomTarget,shell/source)) SHELL_SHLXTHANDLER_COMMON_FILES := \ win32/ooofilereader/autostyletag \ |