diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-10-28 12:00:06 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-10-28 12:02:29 -0400 |
commit | 1d1bab408421030cb260d67a519d478db87bdff5 (patch) | |
tree | 2fe3c71af3a59a3321c0ab23f526c01aca590654 /mythes | |
parent | a94b902736ad2cc74224cad4ae64f83880ece632 (diff) |
fixup gbuildified mythes
Change-Id: I3a31c7c9ff66e2b6a13b22dce85854777b66355e
Diffstat (limited to 'mythes')
-rw-r--r-- | mythes/Module_mythes.mk | 3 |
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 |