diff options
author | simonmar <unknown> | 2005-03-22 11:56:07 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-03-22 11:56:07 +0000 |
commit | 47930d1e7ece751739e96278539769a8a31beaad (patch) | |
tree | ae02a87ece8337f6aba60b99f52ddb53bf22f45e /docs | |
parent | 8e29403965d33468b2200ef647e9d4829d251998 (diff) | |
download | haskell-47930d1e7ece751739e96278539769a8a31beaad.tar.gz |
[project @ 2005-03-22 11:56:07 by simonmar]
update list of files to be touched during bootstrapping
Diffstat (limited to 'docs')
-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 06e3302226..421a8bcec2 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 <replaceable>H</replaceable>/ghc/includes/{ghcautoconf.h,DerivedConstants.h,GHCConstants.h}</screen> +<screen>$ touch <filename><replaceable>H</replaceable></filename>/ghc/includes/{ghcautoconf.h,DerivedConstants.h.GHCConstants.h.mkDerivedConstants.c.mkDerivedConstantsHdr.mkDerivedConstants.o,mkGHCConstants,mkGHCConstants.o} </listitem> <listitem> |