summaryrefslogtreecommitdiff
path: root/ghc/docs
diff options
context:
space:
mode:
authorsimonmar <unknown>2005-11-25 09:25:08 +0000
committersimonmar <unknown>2005-11-25 09:25:08 +0000
commit25a78b691c8070833f3f9ff88a81c442267d5667 (patch)
tree6a7080463f464a3e5abc052c68b75a0596c60085 /ghc/docs
parent8d4f077598ddc0ba87323d9b15d49384fcc11057 (diff)
downloadhaskell-25a78b691c8070833f3f9ff88a81c442267d5667.tar.gz
[project @ 2005-11-25 09:25:08 by simonmar]
object files don't use the .obj suffix on Windows.
Diffstat (limited to 'ghc/docs')
-rw-r--r--ghc/docs/users_guide/separate_compilation.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/docs/users_guide/separate_compilation.xml b/ghc/docs/users_guide/separate_compilation.xml
index fc44fe66b6..21490b1f07 100644
--- a/ghc/docs/users_guide/separate_compilation.xml
+++ b/ghc/docs/users_guide/separate_compilation.xml
@@ -55,8 +55,8 @@
an <firstterm>interface file</firstterm>. </para>
<para>The object file, which normally ends in a
- <literal>.o</literal> suffix (or <literal>.obj</literal> if
- you're on Windows), contains the compiled code for the module.</para>
+ <literal>.o</literal> suffix, contains the compiled code for the
+ module.</para>
<para>The interface file,
which normally ends in a <literal>.hi</literal> suffix, contains