summaryrefslogtreecommitdiff
path: root/mythes
diff options
context:
space:
mode:
Diffstat (limited to 'mythes')
-rw-r--r--mythes/Module_mythes.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mythes/Module_mythes.mk b/mythes/Module_mythes.mk
index da7b14d10aee..7a210c02d933 100644
--- a/mythes/Module_mythes.mk
+++ b/mythes/Module_mythes.mk
@@ -12,15 +12,14 @@ $(eval $(call gb_Module_Module,mythes))
ifeq ($(SYSTEM_MYTHES),NO)
$(eval $(call gb_Module_add_targets,mythes,\
UnpackedTarball_mythes \
+ ExternalPackage_mythes \
))
ifeq ($(COM),MSC)
$(eval $(call gb_Module_add_targets,mythes,\
- ExternalPackage_mythes \
StaticLibrary_mythes \
))
else
$(eval $(call gb_Module_add_targets,mythes,\
- ExternalPackage_mythes \
ExternalProject_mythes \
))
endif