summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2020-08-09 21:50:13 +0800
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-08-10 20:23:29 -0400
commit1c4692641dcaca3e90116c28d012c506108b386f (patch)
treef99936d0183c747fbd046850bc226c9607cf962c
parent8ba41a0f7f5a8eeb39b73d0f0041a53549c377ab (diff)
downloadhaskell-1c4692641dcaca3e90116c28d012c506108b386f.tar.gz
Add a closing parenthesis too
-rw-r--r--utils/ghc-pkg/ghc.mk2
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
# -----------------------------------------------------------------------------