summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-03-03 22:42:22 +0100
committerMichael Stahl <mstahl@redhat.com>2014-03-03 23:44:12 +0100
commitb3ccc2360492a0d50e4c86195836a840cd3d419a (patch)
tree4363f74577946ea55c57284c30c300797056a65b /unodevtools
parent42c9f35da2c2479113ae7dab8426d2d18986aca7 (diff)
unodevtools: rename makefile like the Executable
Change-Id: Icf8df0829aecf838d0037a3393f27e90c23b9548
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/Executable_uno-skeletonmaker.mk (renamed from unodevtools/Executable_skeletonmaker.mk)0
-rw-r--r--unodevtools/Module_unodevtools.mk2
2 files changed, 1 insertions, 1 deletions
diff --git a/unodevtools/Executable_skeletonmaker.mk b/unodevtools/Executable_uno-skeletonmaker.mk
index 87f8d3ca9b17..87f8d3ca9b17 100644
--- a/unodevtools/Executable_skeletonmaker.mk
+++ b/unodevtools/Executable_uno-skeletonmaker.mk
diff --git a/unodevtools/Module_unodevtools.mk b/unodevtools/Module_unodevtools.mk
index 0e45ae7e7f80..95aa46065acf 100644
--- a/unodevtools/Module_unodevtools.mk
+++ b/unodevtools/Module_unodevtools.mk
@@ -12,7 +12,7 @@ $(eval $(call gb_Module_Module,unodevtools))
ifneq (,$(filter ODK,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,unodevtools,\
- Executable_skeletonmaker \
+ Executable_uno-skeletonmaker \
))
endif