From b7c6716b4bc0742af4206035495d161e7eb49424 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 29 May 2012 18:53:03 +0200 Subject: remove useless argument Change-Id: I8d5cd9a3ee8a469d4b0154f4423a6c811e3ad369 --- shell/CustomTarget_x64.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/CustomTarget_x64.mk') 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 \ -- cgit