diff options
author | Felix Yan <felixonmars@archlinux.org> | 2020-08-09 21:50:13 +0800 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-08-10 20:23:29 -0400 |
commit | 1c4692641dcaca3e90116c28d012c506108b386f (patch) | |
tree | f99936d0183c747fbd046850bc226c9607cf962c /utils/ghc-pkg | |
parent | 8ba41a0f7f5a8eeb39b73d0f0041a53549c377ab (diff) | |
download | haskell-1c4692641dcaca3e90116c28d012c506108b386f.tar.gz |
Add a closing parenthesis too
Diffstat (limited to 'utils/ghc-pkg')
-rw-r--r-- | utils/ghc-pkg/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-pkg/ghc.mk b/utils/ghc-pkg/ghc.mk index 182742b10a..e3740723d2 100644 --- a/utils/ghc-pkg/ghc.mk +++ b/utils/ghc-pkg/ghc.mk @@ -62,7 +62,7 @@ $(eval $(call build-prog,utils/ghc-pkg,dist,0)) # ghc-pkg uses `settings` to figure out the target platform to figure out a # subdirectory for the user pkg db. So make sure `settings` exists (alternative -# is to specify global package db only. +# is to specify global package db only). $(ghc-pkg_INPLACE) : | $(INPLACE_PACKAGE_CONF)/. $(INPLACE_LIB)/settings # ----------------------------------------------------------------------------- |