From 8d34185ad95cbe59e2396c305fdf09c41ed8e089 Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 22 Aug 2001 15:44:15 +0000 Subject: [PATCH] [project @ 2001-08-22 15:44:15 by rrt] There's no such thing as a makesfile or a makfile. --- ghc/docs/comm/genesis/makefiles.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc/docs/comm/genesis/makefiles.html b/ghc/docs/comm/genesis/makefiles.html index 0caa27a..957a82e 100644 --- a/ghc/docs/comm/genesis/makefiles.html +++ b/ghc/docs/comm/genesis/makefiles.html @@ -29,7 +29,7 @@ definitions of variables containing paths, and suffix rules, respectively.

- One particularly nasty trick used in this hierarchy of makesfiles is the + One particularly nasty trick used in this hierarchy of makefiles is the way in which the variable $(TOP) is used. AFAIK, $(TOP) always points to a directory containing an mk/ subdirectory; however, it not necessarily points to the @@ -39,12 +39,12 @@ temporarily redefine $(TOP) to point a level higher (i.e., to fptools/) while they are including the toplevel boilerplate. After that $(TOP) is redefined to - whatever value it had before including makfiles from higher up in the + whatever value it had before including makefiles from higher up in the hierarchy.

-Last modified: Wed Aug 8 19:19:54 EST 2001 +Last modified: Wed Aug 22 16:46:33 GMT Daylight Time 2001 -- 1.7.10.4