diff options
author | David Tardon <dtardon@redhat.com> | 2013-05-16 13:38:44 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-05-16 13:41:34 +0200 |
commit | ac261bf6dc31a44ff0eabb6dd552ddc934c94ce2 (patch) | |
tree | faaa1eb7af30e7cc2b1a742a5ca20a4449614fc0 /RepositoryExternal.mk | |
parent | 45a5c26f170b6e6f023c9f0a751b4bc98d36b6a4 (diff) |
drop unneeded dep
Change-Id: I9686ef445dde2e2f1e2e88a93ec681251fe3093d
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 5005d11da021..184253869dfc 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -2362,7 +2362,6 @@ else # !SYSTEM_PYTHON # depend on external project because on MACOSX the Package is disabled... define gb_LinkTarget__use_python_headers -$(call gb_LinkTarget_use_package,$(1),python3) $(call gb_LinkTarget_use_external_project,$(1),python3) $(call gb_LinkTarget_set_include,$(1),\ -I$(call gb_UnpackedTarball_get_dir,python3) \ |