diff options
author | Akim Demaille <akim.demaille@gmail.com> | 2020-10-13 06:56:01 +0200 |
---|---|---|
committer | Akim Demaille <akim.demaille@gmail.com> | 2020-10-13 06:57:33 +0200 |
commit | bc5e4541dab3c7be22574d398a295dd94632614f (patch) | |
tree | 9090257342826967e6c0f10d3f279a1ddf4cf930 /src/local.mk | |
parent | 567d1eaa1955c0043830d67e2f432f3942dc4a92 (diff) | |
download | bison-bc5e4541dab3c7be22574d398a295dd94632614f.tar.gz |
build: don't link bison against libreadline
Reported by Paul Smith <psmith@gnu.org>.
https://lists.gnu.org/r/bug-bison/2020-10/msg00001.html
* src/local.mk (src_bison_LDADD): here.
Diffstat (limited to 'src/local.mk')
-rw-r--r-- | src/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/local.mk b/src/local.mk index 76808906..32d09d10 100644 --- a/src/local.mk +++ b/src/local.mk @@ -143,7 +143,6 @@ src_bison_LDADD = \ $(LIB_SETLOCALE_NULL) \ $(LIBICONV) \ $(LIBINTL) \ - $(LIBREADLINE) \ $(LIBTEXTSTYLE) |