diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-11-05 14:37:14 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-11-05 14:37:14 +0000 |
commit | d62e0e3b935e0a8172cf7e96c9df0d445f4afb9a (patch) | |
tree | 2a1ec446d0e6c16dd25da00db8e9a512550bc7c6 /mk/config.mk.in | |
parent | cf05b97f5c181059418c53e43fab946734cfb41d (diff) | |
download | haskell-d62e0e3b935e0a8172cf7e96c9df0d445f4afb9a.tar.gz |
eliminate a bit of duplication
Diffstat (limited to 'mk/config.mk.in')
-rw-r--r-- | mk/config.mk.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index f146817bc4..c569159a9d 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -611,11 +611,6 @@ ifacedir = $(libdir) # (NOTE: configure script setting is ignored). libexecdir = $(libdir) -# This is a bit of a lie, as this is a wrapper rather than the program -# itself. However, it means that we don't have to worry about Windows -# and non-Windows having different extensions. -GHC_PKG_PROG = $(FPTOOLS_TOP_ABS)/$(GHC_PKG_DIR_REL)/ghc-pkg-inplace - #----------------------------------------------------------------------------- # install configuration |