diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-03-31T12·13+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-03-31T12·13+0200 |
commit | c0745a2531f67f741ea9a5472e523a28ddc02be7 (patch) | |
tree | cbf9e67c1b51060015e8998053b9c86eba28585e /Makefile.config.in | |
parent | c60715e937e3773bbb8a114fc9b9c6577f8c5cb5 (diff) | |
parent | a75475ca611fbc9074792a30740d19fd3a3a6cf7 (diff) |
Merge branch 'remove-perl' of https://github.com/shlevy/nix
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index fccf63b3627d..53dca1fcf10a 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -24,9 +24,6 @@ libdir = @libdir@ libexecdir = @libexecdir@ localstatedir = @localstatedir@ mandir = @mandir@ -perl = @perl@ -perlbindings = @perlbindings@ -perllibdir = @perllibdir@ pkglibdir = $(libdir)/$(PACKAGE_NAME) prefix = @prefix@ storedir = @storedir@ |