diff options
| author | Andrey Borzenkov <bor@users.sourceforge.net> | 2001-04-23 19:59:03 +0000 |
|---|---|---|
| committer | Andrey Borzenkov <bor@users.sourceforge.net> | 2001-04-23 19:59:03 +0000 |
| commit | 7c4585450851aea5fff4da045632c66bada2ca6d (patch) | |
| tree | 6dbbc84c5c1a7f47d4bac33c9d7e916af029d060 /Config/defs.mk.in | |
| parent | Fix subscripting bug with backslash-double-quote. (diff) | |
| download | zsh-7c4585450851aea5fff4da045632c66bada2ca6d.tar zsh-7c4585450851aea5fff4da045632c66bada2ca6d.tar.gz zsh-7c4585450851aea5fff4da045632c66bada2ca6d.tar.bz2 zsh-7c4585450851aea5fff4da045632c66bada2ca6d.tar.lz zsh-7c4585450851aea5fff4da045632c66bada2ca6d.tar.xz zsh-7c4585450851aea5fff4da045632c66bada2ca6d.tar.zst zsh-7c4585450851aea5fff4da045632c66bada2ca6d.zip | |
14077: revert clint's build patches on 19.04.2001
Diffstat (limited to 'Config/defs.mk.in')
| -rw-r--r-- | Config/defs.mk.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Config/defs.mk.in b/Config/defs.mk.in index 6a9af5db0..138dea059 100644 --- a/Config/defs.mk.in +++ b/Config/defs.mk.in @@ -63,15 +63,6 @@ DLLD = @DLLD@ EXPOPT = @EXPOPT@ IMPOPT = @IMPOPT@ -# extra libraries -MAINLIBS = @MAINLIBS@ -LIBS_M = @LIBS_M@ -LIBS_CAP = @LIBS_CAP@ -LIBS_SOCKET = @LIBS_SOCKET@ -LIBS_TERMCAP = @LIBS_TERMCAP@ -LIBS_TERMINFO = @LIBS_TERMINFO@ -LIBS_YP = @LIBS_YP@ - # utilities AWK = @AWK@ YODL = @YODL@ |
