[Libreoffice-commits] core.git: Makefile.in

jan Iversen jani at libreoffice.org
Sat Nov 18 15:34:05 UTC 2017


 Makefile.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5568df9251bae61a50a34ca4ab5b2d1dfc9a34a3
Author: jan Iversen <jani at libreoffice.org>
Date:   Sat Nov 18 16:33:08 2017 +0100

    Makefile.in typo
    
    Typo in the foreach macro.
    
    Change-Id: Ic9d69753eff81d06f662be7cd0dc1fc4f965b4f3

diff --git a/Makefile.in b/Makefile.in
index 29521cecc26e..f7de9cce5528 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -466,8 +466,8 @@ $(foreach ide,\
 	kdevelop \
 	vim \
 	qtcreator \
-	eclipsecdt,\
-	xcode, \
+	xcode \
+        eclipsecdt,\
 $(eval $(call gb_Top_GbuildToIdeIntegration,$(ide))))
 
 fuzzers: Library_sal Library_salhelper Library_reg Library_store Library_unoidl codemaker Library_cppu Library_i18nlangtag Library_cppuhelper Library_comphelper StaticLibrary_ulingu StaticLibrary_findsofficepath Library_tl Library_basegfx Library_canvastools Library_cppcanvas Library_dbtools Library_deploymentmisc Library_deploymentmisc Library_editeng Library_fwe Library_fwi Library_i18nutil Library_localebe1 Library_sax Library_sofficeapp Library_ucbhelper Library_opencl Rdb_services udkapi offapi Library_clew Library_gie Library_icg Library_reflection Library_invocadapt Library_bootstrap Library_introspection Library_stocservices Library_xmlreader Library_gcc3_uno instsetoo_native more_fonts StaticLibrary_boost_locale StaticLibrary_fuzzerstubs StaticLibrary_fuzzer_core StaticLibrary_fuzzer_calc StaticLibrary_fuzzer_draw StaticLibrary_fuzzer_writer Library_forui Library_binaryurp Library_io Library_invocation Library_namingservice Library_proxyfac Library_uuresolver Module_ure Exe
 cutable_wmffuzzer Executable_jpgfuzzer Executable_giffuzzer Executable_xbmfuzzer Executable_xpmfuzzer Executable_pngfuzzer Executable_bmpfuzzer Executable_svmfuzzer Executable_pcdfuzzer Executable_dxffuzzer Executable_metfuzzer Executable_ppmfuzzer Executable_psdfuzzer Executable_epsfuzzer Executable_pctfuzzer Executable_pcxfuzzer Executable_rasfuzzer Executable_tgafuzzer Executable_tiffuzzer Executable_hwpfuzzer Executable_602fuzzer Executable_lwpfuzzer Executable_olefuzzer Executable_pptfuzzer Executable_rtffuzzer Executable_cgmfuzzer Executable_ww2fuzzer Executable_ww6fuzzer Executable_ww8fuzzer Executable_qpwfuzzer Executable_slkfuzzer Executable_fodtfuzzer Executable_fodsfuzzer Executable_fodpfuzzer Executable_xlsfuzzer Executable_scrtffuzzer Executable_wksfuzzer Executable_diffuzzer


More information about the Libreoffice-commits mailing list