From 12eecd3195779a81f9bf8567b7e4afbd1130a082 Mon Sep 17 00:00:00 2001 From: "B.Melnik" Date: Thu, 16 Sep 2021 18:53:06 +0300 Subject: [PATCH] fix(Makefile): fix bottles order --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b28faa5492..34fdd016bb 100644 --- a/Makefile +++ b/Makefile @@ -107,10 +107,10 @@ bottles/openssl: bottles/pcre: bottles/openssl ./scripts/fetch-brew-bottle.sh pcre -bottles/hunspell: bottles/hunspell +bottles/hunspell: bottles/pcre ./scripts/fetch-brew-bottle.sh hunspell -bottles: bottles/openssl bottles/pcre bottles/hunspell +bottles: bottles/hunspell endif deps: | deps-common bottles