diff options
author | Ian Lynagh <igloo@earth.li> | 2007-09-06 12:20:36 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-09-06 12:20:36 +0000 |
commit | c140c1415a91991c617f8ba153b54e6e69cf9640 (patch) | |
tree | 0f98d50cbf17bd315eae612f8b459f361a3b1a8f /mk | |
parent | b7f448a4ebb2b924f279bf49432f07338f41a764 (diff) | |
download | haskell-c140c1415a91991c617f8ba153b54e6e69cf9640.tar.gz |
Remove hardtop_plat/FPTOOLS_TOP_ABS_PLATFORM
They are now the same as hardtop/FPTOOLS_TOP_ABS, so use those instead.
Also removed some substitutions of / for \, as we now use a Haskell
program to find the top path, and it only makes paths with /s in.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 417d6e4583..7e00d1852d 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -497,10 +497,9 @@ ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" DEFAULT_TMPDIR = /C/TEMP endif -# FPTOOLS_TOP: the top of the fptools hierarchy, absolute path. (POSIX / unix-style path). +# FPTOOLS_TOP: the top of the fptools hierarchy, absolute path. +# On Windows this is a c:/foo/bar style path. FPTOOLS_TOP_ABS = @hardtop@ -# The platform specific version of 'hardtop'. -FPTOOLS_TOP_ABS_PLATFORM = @hardtop_plat@ # This gets used in the default docdir PACKAGE_TARNAME = @PACKAGE_TARNAME@ |