summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/ThornWriters.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/UsersGuide/ThornWriters.tex')
-rw-r--r--doc/UsersGuide/ThornWriters.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index 2a8ebba6..34198a83 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -1704,7 +1704,7 @@ For example, if a routine in \texttt{MyRoutine.F90} uses a module in {\tt
MyModule.F90}, then add the line:
%
\begin{verbatim}
-$(SYS_OBJD)/MyRoutine.F90.o: $(SYS_OBJD)/MyModule.F90.o
+MyRoutine.F90.o: MyModule.F90.o
\end{verbatim}
\subsubsection{The \texttt{MOD} function}