diff options
author | simonmar <unknown> | 2005-03-23 11:36:54 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-03-23 11:36:54 +0000 |
commit | 1a84b27dcd2843c0f481a59e62705b22ca18beb2 (patch) | |
tree | aadc7450962a54d27ae14f24ae70b7eb1c3c140d /docs/building | |
parent | d3585c0a1c3abeeaa23817454c07efe76174c081 (diff) | |
download | haskell-1a84b27dcd2843c0f481a59e62705b22ca18beb2.tar.gz |
[project @ 2005-03-23 11:36:54 by simonmar]
Fix XML (sorry, Sven)
Diffstat (limited to 'docs/building')
-rw-r--r-- | docs/building/building.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/building/building.xml b/docs/building/building.xml index e0608bc026..e51216ee73 100644 --- a/docs/building/building.xml +++ b/docs/building/building.xml @@ -3819,7 +3819,7 @@ GhcBootLibs = YES</programlisting> <listitem> <para>Touch the generated configuration files, just to make sure they don't get replaced during the build:</para> -<screen>$ touch <filename><replaceable>H</replaceable></filename>/ghc/includes/{ghcautoconf.h,DerivedConstants.h.GHCConstants.h.mkDerivedConstants.c,mkDerivedConstantsHdr,mkDerivedConstants.o,mkGHCConstants,mkGHCConstants.o} +<screen>$ touch <filename><replaceable>H</replaceable></filename>/ghc/includes/{ghcautoconf.h,DerivedConstants.h.GHCConstants.h.mkDerivedConstants.c,mkDerivedConstantsHdr,mkDerivedConstants.o,mkGHCConstants,mkGHCConstants.o}</screen> </listitem> <listitem> |