diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-10 16:40:27 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-05-10 16:40:27 +0000 |
commit | de06c833349b01833403a4cd0c0072c51cc13771 (patch) | |
tree | 27d9a48f14498187b06ccc0e1542fb25c16491ff /ChangeLog | |
parent | c59e19cd774a9c5fb658a4b538ab505d608820a5 (diff) | |
download | zsh-de06c833349b01833403a4cd0c0072c51cc13771.tar.gz zsh-de06c833349b01833403a4cd0c0072c51cc13771.tar.xz zsh-de06c833349b01833403a4cd0c0072c51cc13771.zip |
29214: use -I rather than explicit path to find headers
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index bfb02a11d..ea25e5c29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-05-10 Peter Stephenson <pws@csr.com> + * 29214: Src/Makemod.in.in, Src/mkmakemod.sh, Src/zsh.mdd: use + -I to find headers in order to allow #include'ing generated + headers from non-generated headers when the build tree is + separate from the source tree. + * 29191 (Danek) and 29203 (with fixes): Doc/Zsh/params.yo, Src/params.c: make TERMINFO variable special. @@ -14637,5 +14642,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5287 $ +* $Revision: 1.5288 $ ***************************************************** |