From f7c3adc60a3bf63f58754ec8f3c5170901ab6156 Mon Sep 17 00:00:00 2001 From: OpenUAS Date: Fri, 17 Jul 2026 17:47:53 +0200 Subject: [PATCH] Fix make with existing Symlink (#3677) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7882257d24..fc49d56fab 100644 --- a/Makefile +++ b/Makefile @@ -133,7 +133,7 @@ conf/%.xml :conf/%_example.xml [ -L $@ ] || [ -f $@ ] || cp $< $@ conf/conf.xml: conf/conf_example.xml - [ -L $@ ] || [ -f $@ ] || cd conf && ln -s conf_example.xml conf.xml + [ -L $@ ] || [ -f $@ ] || ln -s $(