From c9b6a260ea73287a764253926d39b1d102ba73bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Wed, 16 Oct 2024 14:12:35 +0200 Subject: [PATCH] deploy: cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- deploy.tpl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deploy.tpl b/deploy.tpl index 4e0c0723..d717cc16 100644 --- a/deploy.tpl +++ b/deploy.tpl @@ -70,10 +70,6 @@ main() { cp --force "$make" "$dst/make" cp --force --no-preserve=all "$config" "$dst/config.mk" - if [[ "$make" == *synth* || "$make" == *canonicalize* ]]; then - "$dst/make" yosys-dependencies - fi - if [[ -n "$@" ]]; then "$dst/make" $@ fi