about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2011-05-11 08:59:55 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2011-05-11 08:59:55 +0000
commit7fc9a4414dad11e0940a43053573d7e0883d5727 (patch)
treeee6dd38ef400a7de6dfe5639338e1a6015e32b9e
parentd770d2554b4dc7b2373e9d512f148c28e5300c64 (diff)
downloadzsh-7fc9a4414dad11e0940a43053573d7e0883d5727.tar.gz
zsh-7fc9a4414dad11e0940a43053573d7e0883d5727.tar.xz
zsh-7fc9a4414dad11e0940a43053573d7e0883d5727.zip
29217: main shell now depends on zshcurses.h and zshterm.h
-rw-r--r--ChangeLog7
-rw-r--r--Src/zsh.mdd4
2 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 53d45c857..f1441bf99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-11  Peter Stephenson  <pws@csr.com>
+
+	* 29217: Src/zsh.mdd: zshterm.h and zshcurses.h are now
+	dependencies for the main shell.
+
 2011-05-10  Peter Stephenson  <pws@csr.com>
 
 	* unposted: Src/.distfiles, Src/system.h, Src/zsh.mdd,
@@ -14646,5 +14651,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5289 $
+* $Revision: 1.5290 $
 *****************************************************
diff --git a/Src/zsh.mdd b/Src/zsh.mdd
index a1c0edcfd..6e9077676 100644
--- a/Src/zsh.mdd
+++ b/Src/zsh.mdd
@@ -16,6 +16,7 @@ signames.o sort.o string.o subst.o text.o utils.o watch.o"
 
 headers="../config.h zsh_system.h zsh.h sigcount.h signals.h \
 prototypes.h hashtable.h ztype.h"
+hdrdeps="zshcurses.h zshterm.h"
 
 :<<\Make
 @CONFIG_MK@
@@ -35,9 +36,6 @@ init.o params.o parse.o: version.h
 
 params.o: patchlevel.h
 
-# The main shell doesn't currently need zshcurses.h and zshterm.h,
-# but make sure these are built with the headers.
-# If it did need need them they would be in headers at the top instead.
 version.h: $(sdir_top)/Config/version.mk zshcurses.h zshterm.h
 	echo '#define ZSH_VERSION "'$(VERSION)'"' > $@