summaryrefslogtreecommitdiffstats
path: root/codemaker/Module_codemaker.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-04-14 05:31:32 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-04-14 06:58:01 -0500
commitb60bf1eb625e4d2e94543a90770cea9214352b63 (patch)
tree82721345c0c93f7e5de64e81133719aff0fe51d7 /codemaker/Module_codemaker.mk
parentgbuild conversion: unodevtools module (diff)
downloadcore-b60bf1eb625e4d2e94543a90770cea9214352b63.tar.gz
core-b60bf1eb625e4d2e94543a90770cea9214352b63.zip
rename common* static libs to codemaker_* for clarity + dmake cleanup
Diffstat (limited to 'codemaker/Module_codemaker.mk')
-rw-r--r--codemaker/Module_codemaker.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/codemaker/Module_codemaker.mk b/codemaker/Module_codemaker.mk
index 2594cc3b5352..d2b60600465a 100644
--- a/codemaker/Module_codemaker.mk
+++ b/codemaker/Module_codemaker.mk
@@ -29,8 +29,8 @@ $(eval $(call gb_Module_Module,codemaker))
$(eval $(call gb_Module_add_targets,codemaker,\
Package_inc \
StaticLibrary_codemaker \
- StaticLibrary_commoncpp \
- StaticLibrary_commonjava \
+ StaticLibrary_codemaker_cpp \
+ StaticLibrary_codemaker_java \
Executable_javamaker \
Executable_cppumaker \
))