Fix make with existing Symlink (#3677)
Doxygen / build (push) Canceled after 0s

This commit is contained in:
OpenUAS
2026-07-17 17:47:53 +02:00
committed by GitHub
parent 4b62aea226
commit f7c3adc60a
+1 -1
View File
@@ -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 $(<F) $@
conf/tools/blacklisted: conf/tools/blacklisted_example
cp conf/tools/blacklisted_example conf/tools/blacklisted