| commit | 96d1240adf946c443fb2c369a1c84e31e259c7a8 | [log] |
|---|---|---|
| author | Stephan Bergmann <sbergman@redhat.com> | Thu Sep 09 13:58:25 2021 +0200 |
| committer | Stephan Bergmann <sbergman@redhat.com> | Thu Sep 09 22:51:08 2021 +0200 |
| tree | 5c22fbce88bacc22da1e110c06db30f84c72cf92 | |
| parent | 9819abee8b16dee4ffc47bd4a79270687a5c424e [diff] |
Fix apparent typos ...introduced with aaebbb0e597bfeb8e1c545130a0d17a55b164228 "INTEGRATION: CWS jsc21" (but which never caused an issue as cppumaker generated output for all of $(COMP_RDB) anyway when the undefined $(TYPESLIST) didn't contribute anything to its command line) Change-Id: Ic6792ad9edc159c02d307ca72500605bc3c38077 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121851 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
diff --git a/odk/examples/DevelopersGuide/Components/CppComponent/Makefile b/odk/examples/DevelopersGuide/Components/CppComponent/Makefile index 5a63f46..98a3eaf 100644 --- a/odk/examples/DevelopersGuide/Components/CppComponent/Makefile +++ b/odk/examples/DevelopersGuide/Components/CppComponent/Makefile
@@ -72,8 +72,8 @@ SLOFILES = $(patsubst %.cxx,$(SAMPLE_SLO_OUT)/%.$(OBJ_EXT),$(CXXFILES)) GENURDFILES = $(patsubst %.idl,$(SAMPLE_GEN_OUT)/%.urd,$(IDLFILES)) TYPELIST=-Tmy_module.XSomething \ -Tmy_modules.MyService1 \ TYPESLIST=-Tmy_module.XSomething \ -Tmy_module.MyService1 \ -Tmy_module.MyService2 # Targets