summaryrefslogtreecommitdiff
path: root/contrib/depends/Makefile
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-11-21 06:07:54 -0500
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-11-21 06:07:54 -0500
commitc90fa7019e8d6ce064e5736223ec055aafb37fd1 (patch)
treed3f5b265db078332a430f205bde2b28fe700c0e6 /contrib/depends/Makefile
parent733e2ef4aba51e153ebee902e57045b438bb12d4 (diff)
ios fix, update depends, ci
Diffstat (limited to 'contrib/depends/Makefile')
-rw-r--r--contrib/depends/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/depends/Makefile b/contrib/depends/Makefile
index 734d607..0cf6086 100644
--- a/contrib/depends/Makefile
+++ b/contrib/depends/Makefile
@@ -214,8 +214,8 @@ $(host_prefix)/share/toolchain.cmake: check-packages
check-packages: check-sources
-install: check-packages $(host_prefix)/share/config.site
-install: check-packages $(host_prefix)/share/toolchain.cmake
+install: $(host_prefix)/share/config.site check-packages
+install: $(host_prefix)/share/toolchain.cmake check-packages
download-one: check-sources $(all_sources)