diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2015-05-02 14:45:15 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2015-05-14 08:12:09 +0200 |
commit | 8be85ad170d5e1fa23606de9be2ae255296eab52 (patch) | |
tree | b816807807f2ac15e90f7fd41718206f2cbe5942 /helpcompiler | |
parent | f4841c9a8acf6c0513783fb76b72843d0677117c (diff) |
Rename makefile to match target name
Change-Id: Iba879e0c2c79fd1c307c3dfe45370dbbfd4ae998
Diffstat (limited to 'helpcompiler')
-rw-r--r-- | helpcompiler/Executable_HelpIndexer.mk (renamed from helpcompiler/Executable_helpindexer.mk) | 0 | ||||
-rw-r--r-- | helpcompiler/Executable_HelpLinker.mk (renamed from helpcompiler/Executable_helplinker.mk) | 0 | ||||
-rw-r--r-- | helpcompiler/Module_helpcompiler.mk | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/helpcompiler/Executable_helpindexer.mk b/helpcompiler/Executable_HelpIndexer.mk index 5fee9f7a64f4..5fee9f7a64f4 100644 --- a/helpcompiler/Executable_helpindexer.mk +++ b/helpcompiler/Executable_HelpIndexer.mk diff --git a/helpcompiler/Executable_helplinker.mk b/helpcompiler/Executable_HelpLinker.mk index 2825aadf3b2e..2825aadf3b2e 100644 --- a/helpcompiler/Executable_helplinker.mk +++ b/helpcompiler/Executable_HelpLinker.mk diff --git a/helpcompiler/Module_helpcompiler.mk b/helpcompiler/Module_helpcompiler.mk index f4e0923a50db..7bb53abf0b9b 100644 --- a/helpcompiler/Module_helpcompiler.mk +++ b/helpcompiler/Module_helpcompiler.mk @@ -10,8 +10,8 @@ $(eval $(call gb_Module_Module,helpcompiler)) $(eval $(call gb_Module_add_targets,helpcompiler,\ - Executable_helpindexer \ - Executable_helplinker \ + Executable_HelpIndexer \ + Executable_HelpLinker \ Library_helplinker \ )) |