Update how to add the llsw model to basf authored by Max Welsch's avatar Max Welsch
......@@ -14,7 +14,9 @@ The FF files contain the form factors for the decays.
* then create a working directory and switch in it, e.g. `mkdir -p work/belle/src && cd work/belle/src`
* after that use `get_packages belleEvtGenModels belleEvtGenBase` in order to get to corresponding module to modify
* **IMPORTANT:** in order to be able to compile the module the following changes have to made in this Makefile `work/belle/src/config/Makefile.common.in`: Add `n6gfd.pl $@ |` in the following way
```%.d:%.F
```
%.d:%.F
$(ATMARK)-$(SHELL) -ec '$(DEPEND_FCPP) $< | sed $(LINUX_G77_BUG) -e "s/$*\.o[ :]*/$@ &/g" > $@'
-->
......
......