cvs commit: fptools/ghc/compiler Makefile fptools/mk config.mk.in
Sigbjorn Finne
sof@glass.cse.ogi.edu
Mon, 19 Nov 2001 10:47:44 -0800
sof 2001/11/19 10:47:44 PST
Modified files:
ghc/compiler Makefile
mk config.mk.in
Log:
- change the interpretation of FPTOOLS_TOP_ABS, it is now the UNIXy path.
For Win32, it is of the form <drive>:<path> where '/' is the directory
separator. Prior to this commit, the directory separator was '\'.
- for the (only) place we need to have a platform-native representation
of FPTOOLS_TOP_ABS, use FPTOOLS_TOP_ABS_PLATFORM.
Revision Changes Path
1.203 +2 -2 fptools/ghc/compiler/Makefile
1.192 +4 -4 fptools/mk/config.mk.in