From c7964e48b6d9a85d8d08ed3b7cbd58c117ac4e0a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 21 Dec 2016 14:21:27 +0000 Subject: tweak fuzzing dependencies Change-Id: If78e68556711bc9b9a00d3b18d13852adf44b9f0 --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 517d1332dedb..5c269f0b5a8f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -421,10 +421,10 @@ $(foreach ide,\ vim \ xcode \ qtcreator \ - eclipsecdt,\ + eclipsecdt,\ $(eval $(call gb_Top_GbuildToIdeIntegration,$(ide)))) -fuzzers: Library_sal Library_salhelper Library_reg Library_store Library_unoidl codemaker Library_cppu Library_i18nlangtag StaticLibrary_ulingu StaticLibrary_jpeg StaticLibrary_findsofficepath Rdb_services udkapi offapi Library_clew Library_gie Library_reflection Library_invocadapt Library_bootstrap Library_introspection Library_stocservices Library_cppuhelper Library_xmlreader Library_gcc3_uno instsetoo_native more_fonts Executable_wmffuzzer +fuzzers: Library_sal Library_salhelper Library_reg Library_store Library_unoidl codemaker Library_cppu Library_i18nlangtag Library_cppuhelper Library_comphelper StaticLibrary_ulingu StaticLibrary_jpeg StaticLibrary_findsofficepath Library_tl Rdb_services udkapi offapi Library_clew Library_gie Library_reflection Library_invocadapt Library_bootstrap Library_introspection Library_stocservices Library_xmlreader Library_gcc3_uno instsetoo_native more_fonts Executable_wmffuzzer endif # MAKE_RESTARTS -- cgit