diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2001-04-19 14:45:41 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2001-04-19 14:45:41 +0000 |
| commit | a43aa761cdb3fd1051dad474fccf9e500a0d49ea (patch) | |
| tree | 1035a488b2c17d3314b4cfa08f702ea88c5b46c4 /Src/zsh.mdd | |
| parent | *** empty log message *** (diff) | |
| download | zsh-a43aa761cdb3fd1051dad474fccf9e500a0d49ea.tar zsh-a43aa761cdb3fd1051dad474fccf9e500a0d49ea.tar.gz zsh-a43aa761cdb3fd1051dad474fccf9e500a0d49ea.tar.bz2 zsh-a43aa761cdb3fd1051dad474fccf9e500a0d49ea.tar.lz zsh-a43aa761cdb3fd1051dad474fccf9e500a0d49ea.tar.xz zsh-a43aa761cdb3fd1051dad474fccf9e500a0d49ea.tar.zst zsh-a43aa761cdb3fd1051dad474fccf9e500a0d49ea.zip | |
14033: reduce unnecessary library linking for modules and main binary
Diffstat (limited to 'Src/zsh.mdd')
| -rw-r--r-- | Src/zsh.mdd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/zsh.mdd b/Src/zsh.mdd index e2b7b91b5..2accfda10 100644 --- a/Src/zsh.mdd +++ b/Src/zsh.mdd @@ -17,6 +17,8 @@ signames.o string.o subst.o text.o utils.o watch.o" headers="../config.h system.h zsh.h sigcount.h signals.h \ prototypes.h hashtable.h ztype.h" +extralibs="m termcap yp" + :<<\Make @CONFIG_MK@ |
