diff options
Diffstat (limited to 'odk')
-rw-r--r-- | odk/pack/copying/makefile.mk | 2 | ||||
-rw-r--r-- | odk/util/check.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/odk/pack/copying/makefile.mk b/odk/pack/copying/makefile.mk index 02471bd53638..a8b620ad713b 100644 --- a/odk/pack/copying/makefile.mk +++ b/odk/pack/copying/makefile.mk @@ -50,7 +50,7 @@ IDL_CHAPTER_REFS=idl_chapter_refs.txt EXELIST = \ $(DESTDIRBIN)/cppumaker$(EXEPOSTFIX) \ $(DESTDIRBIN)/regcompare$(EXEPOSTFIX) \ - $(DESTDIRBIN)/idlcpp$(EXEPOSTFIX) \ + $(DESTDIRBIN)/ucpp$(EXEPOSTFIX) \ $(DESTDIRBIN)/idlc$(EXEPOSTFIX) \ $(DESTDIRBIN)/javamaker$(EXEPOSTFIX) \ $(DESTDIRBIN)/autodoc$(EXEPOSTFIX) \ diff --git a/odk/util/check.pl b/odk/util/check.pl index 490210c382b8..8f91165444df 100644 --- a/odk/util/check.pl +++ b/odk/util/check.pl @@ -43,7 +43,7 @@ if (-d "$StartDir") { # check binaries print "check binaries: "; if (-d "$StartDir/bin") { - my @binarylist = ( "idlc","idlcpp","cppumaker","javamaker", + my @binarylist = ( "idlc","ucpp","cppumaker","javamaker", "regcompare","autodoc", "unoapploader", "uno-skeletonmaker" ); |