From 8be85ad170d5e1fa23606de9be2ae255296eab52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Kukan?= Date: Sat, 2 May 2015 14:45:15 +0200 Subject: [PATCH] Rename makefile to match target name Change-Id: Iba879e0c2c79fd1c307c3dfe45370dbbfd4ae998 --- .../{Executable_helpindexer.mk => Executable_HelpIndexer.mk} | 0 .../{Executable_helplinker.mk => Executable_HelpLinker.mk} | 0 helpcompiler/Module_helpcompiler.mk | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename helpcompiler/{Executable_helpindexer.mk => Executable_HelpIndexer.mk} (100%) rename helpcompiler/{Executable_helplinker.mk => Executable_HelpLinker.mk} (100%) diff --git a/helpcompiler/Executable_helpindexer.mk b/helpcompiler/Executable_HelpIndexer.mk similarity index 100% rename from helpcompiler/Executable_helpindexer.mk rename to helpcompiler/Executable_HelpIndexer.mk diff --git a/helpcompiler/Executable_helplinker.mk b/helpcompiler/Executable_HelpLinker.mk similarity index 100% rename from helpcompiler/Executable_helplinker.mk rename to 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 \ )) -- 2.18.1