From f2cb793945f57f95d39b8929c3259703afefab54 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Wed, 17 Feb 2021 09:20:22 -0800 Subject: [PATCH] Fix Makefile from accidential change Accidently removed the dependency installation when putting in another fix as it was not needed on my local machine, and was failing, even though later steps were fine. Change-Id: I34ed98c4add1f65fc4ce352c191e1cdff3d23d58 --- tinyipa/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinyipa/Makefile b/tinyipa/Makefile index 660e184..ad0bf47 100644 --- a/tinyipa/Makefile +++ b/tinyipa/Makefile @@ -1,7 +1,7 @@ .PHONY: default all dependencies build finalise addssh iso clean clean_build clean_iso default: dependencies build finalise instance-images -all: build finalise iso instance-images +all: dependencies build finalise iso instance-images dependencies: ./install-deps.sh