From 7fc9a4414dad11e0940a43053573d7e0883d5727 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 11 May 2011 08:59:55 +0000 Subject: 29217: main shell now depends on zshcurses.h and zshterm.h --- ChangeLog | 7 ++++++- Src/zsh.mdd | 4 +--- 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 + + * 29217: Src/zsh.mdd: zshterm.h and zshcurses.h are now + dependencies for the main shell. + 2011-05-10 Peter Stephenson * 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)'"' > $@ -- cgit 1.4.1