summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/ThornWriters.tex
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-09-09 14:13:58 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-09-09 14:13:58 +0000
commitac9d01e9d97ef4c7a6a4af62bf31f86b5dbba095 (patch)
treefc85dd497daea314684ebd31f2e0f7a13146c6ea /doc/UsersGuide/ThornWriters.tex
parentb14c4f8df344bc038309d591e7c45caa1d83db05 (diff)
Fix example on how to specify fortran module build dependencies (B7.2.1).
'$(SYS_OBJD)' must be omitted. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4124 17b73243-c579-4c4c-a9d2-2d5706c11dac
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}