diff options
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1039,7 +1039,7 @@ install_packages: rts/dist/package.conf.install # Finally, update package.cache to ensure it's newer than the registration # files. This avoids #13375. - $(INSTALLED_GHC_PKG_REAL) --global-package-db "$(INSTALLED_PACKAGE_CONF)" recache + "$(INSTALLED_GHC_PKG_REAL)" --global-package-db "$(INSTALLED_PACKAGE_CONF)" recache # ----------------------------------------------------------------------------- # Binary distributions |