diff options
Diffstat (limited to 'unoil')
-rw-r--r-- | unoil/CustomTarget_climaker.mk | 2 | ||||
-rw-r--r-- | unoil/CustomTarget_javamaker.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unoil/CustomTarget_climaker.mk b/unoil/CustomTarget_climaker.mk index 0e529d00e494..78eda26c437e 100644 --- a/unoil/CustomTarget_climaker.mk +++ b/unoil/CustomTarget_climaker.mk @@ -27,7 +27,7 @@ include $(SRCDIR)/unoil/climaker/version.txt -$(eval $(call gb_CustomTarget_CustomTarget,unoil/climaker,new_style)) +$(eval $(call gb_CustomTarget_CustomTarget,unoil/climaker)) UICM := $(call gb_CustomTarget_get_workdir,unoil/climaker) diff --git a/unoil/CustomTarget_javamaker.mk b/unoil/CustomTarget_javamaker.mk index 636a65dfdd6b..73fd4363868c 100644 --- a/unoil/CustomTarget_javamaker.mk +++ b/unoil/CustomTarget_javamaker.mk @@ -25,7 +25,7 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_CustomTarget_CustomTarget,unoil/javamaker,new_style)) +$(eval $(call gb_CustomTarget_CustomTarget,unoil/javamaker)) UIJM := $(call gb_CustomTarget_get_workdir,unoil/javamaker) |