about summary refs log tree commit diff
path: root/Src/zsh.mdd
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 /Src/zsh.mdd
parentd770d2554b4dc7b2373e9d512f148c28e5300c64 (diff)
downloadzsh-7fc9a4414dad11e0940a43053573d7e0883d5727.tar.gz
zsh-7fc9a4414dad11e0940a43053573d7e0883d5727.tar.xz
zsh-7fc9a4414dad11e0940a43053573d7e0883d5727.zip
29217: main shell now depends on zshcurses.h and zshterm.h
Diffstat (limited to 'Src/zsh.mdd')
-rw-r--r--Src/zsh.mdd4
1 files changed, 1 insertions, 3 deletions
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)'"' > $@