diff options
author | Reid Barton <rwbarton@gmail.com> | 2017-01-23 22:00:11 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-01-23 22:05:53 -0500 |
commit | 7726fd79a3d61effb5a69ade77cfa5818740b9e0 (patch) | |
tree | f9b30404dd5969e4f664bd884a22784b66ec24f4 /testsuite | |
parent | 8f49f6de2121541d3bf8254abb402b6e7bfee8fb (diff) | |
download | haskell-7726fd79a3d61effb5a69ade77cfa5818740b9e0.tar.gz |
Remove unused LOCAL_GHC_PKG definition from a test Makefile
Test Plan: harbormaster
Reviewers: austin, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D3004
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/ghci/linking/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/linking/Makefile b/testsuite/tests/ghci/linking/Makefile index 0bbd848b9d..f8c5e19ce8 100644 --- a/testsuite/tests/ghci/linking/Makefile +++ b/testsuite/tests/ghci/linking/Makefile @@ -2,8 +2,6 @@ TOP=../../.. include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/test.mk -LOCAL_GHC_PKG = '$(GHC_PKG)' --no-user-package-db -f $(LOCAL_PKGCONF) - # Test 1: ghci -Ldir -lfoo # with dir/libfoo.a |