From 2787e1c2b7243dfd789ad22fc1581968b8243d49 Mon Sep 17 00:00:00 2001
From: Claudio Scafuri <claudio.scafuri@elettra.eu>
Date: Thu, 24 Jun 2021 13:51:06 +0200
Subject: [PATCH] another fix for incremental build

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4a149f6..1559f42 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ TARGET = elettra.xml
 
 all : ${TARGET}
 	mkdir -p etc
-	ln ${TARGET} etc/${TARGET}
+	ln -f ${TARGET} etc/${TARGET}
 
 clean :
 	rm -rf etc
-- 
GitLab