diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/zsh.mdd | 4 |
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)'"' > $@ |