From 2881da7783f003c3f883d3b18867305182dd0231 Mon Sep 17 00:00:00 2001 From: Sasha Lopoukhine Date: Fri, 3 Nov 2023 17:26:12 +0000 Subject: [PATCH] try removing xdsl folder dependency --- snitch/Makefile.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snitch/Makefile.rules b/snitch/Makefile.rules index bac9d1a9..997f94ee 100644 --- a/snitch/Makefile.rules +++ b/snitch/Makefile.rules @@ -27,8 +27,8 @@ CURRENT_XDSL_COMMIT := $(shell git -C $(XDSL_DIR) rev-parse HEAD) LAST_XDSL_COMMIT := $(shell cat $(XDSL_COMMIT_FILE) 2>/dev/null) # Rule to update the recorded commit hash in a file -$(XDSL_COMMIT_FILE): maybe_update_xdsl_commit | $(XDSL_DIR) - +$(XDSL_COMMIT_FILE): maybe_update_xdsl_commit + # Rule to update the recorded commit hash in a file maybe_update_xdsl_commit: