diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-09-09 13:58:25 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-09-09 22:51:08 +0200 |
commit | 96d1240adf946c443fb2c369a1c84e31e259c7a8 (patch) | |
tree | 5c22fbce88bacc22da1e110c06db30f84c72cf92 /odk | |
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>
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/DevelopersGuide/Components/CppComponent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/Components/CppComponent/Makefile b/odk/examples/DevelopersGuide/Components/CppComponent/Makefile index 5a63f4687b43..98a3eaf2b591 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 |