summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-03-03 23:28:28 +0100
committerMichael Stahl <mstahl@redhat.com>2014-03-03 23:44:13 +0100
commitc02a905115bfcbe06c384e5fcad56eecd3b81fdf (patch)
tree827b7d51300b1c542e83b50b8b36cb4ecab8174e /desktop
parentfd7cf77ad5e353d4332ed65dfa4252c841cd85f7 (diff)
desktop: rename Executable*.bin.mk/.com.mk
Change-Id: Ibb0970cfde65b331a4b870cc254b0a6481889edf
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Executable_crashrep_com.mk (renamed from desktop/Executable_crashrep.com.mk)0
-rw-r--r--desktop/Executable_soffice_bin.mk (renamed from desktop/Executable_soffice.bin.mk)0
-rw-r--r--desktop/Executable_unopkg_bin.mk (renamed from desktop/Executable_unopkg.bin.mk)0
-rw-r--r--desktop/Executable_unopkg_com.mk (renamed from desktop/Executable_unopkg.com.mk)0
-rw-r--r--desktop/Module_desktop.mk8
5 files changed, 4 insertions, 4 deletions
diff --git a/desktop/Executable_crashrep.com.mk b/desktop/Executable_crashrep_com.mk
index 15d69bf04adf..15d69bf04adf 100644
--- a/desktop/Executable_crashrep.com.mk
+++ b/desktop/Executable_crashrep_com.mk
diff --git a/desktop/Executable_soffice.bin.mk b/desktop/Executable_soffice_bin.mk
index cc66af5ba471..cc66af5ba471 100644
--- a/desktop/Executable_soffice.bin.mk
+++ b/desktop/Executable_soffice_bin.mk
diff --git a/desktop/Executable_unopkg.bin.mk b/desktop/Executable_unopkg_bin.mk
index 2ee1985e9742..2ee1985e9742 100644
--- a/desktop/Executable_unopkg.bin.mk
+++ b/desktop/Executable_unopkg_bin.mk
diff --git a/desktop/Executable_unopkg.com.mk b/desktop/Executable_unopkg_com.mk
index 2c46d2c109a6..2c46d2c109a6 100644
--- a/desktop/Executable_unopkg.com.mk
+++ b/desktop/Executable_unopkg_com.mk
diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk
index c3251765f279..584b70d76fe7 100644
--- a/desktop/Module_desktop.mk
+++ b/desktop/Module_desktop.mk
@@ -37,8 +37,8 @@ endif
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,desktop,\
- Executable_soffice.bin \
- Executable_unopkg.bin \
+ Executable_soffice_bin \
+ Executable_unopkg_bin \
Library_migrationoo2 \
Library_migrationoo3 \
Library_unopkgapp \
@@ -65,7 +65,7 @@ ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,desktop,\
StaticLibrary_winextendloaderenv \
StaticLibrary_winlauncher \
- Executable_crashrep.com \
+ Executable_crashrep_com \
Executable_quickstart \
Executable_sbase \
Executable_scalc \
@@ -77,7 +77,7 @@ $(eval $(call gb_Module_add_targets,desktop,\
Executable_swriter \
Executable_unoinfo \
Executable_unopkg \
- Executable_unopkg.com \
+ Executable_unopkg_com \
WinResTarget_quickstart \
WinResTarget_sbase \
WinResTarget_scalc \