1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-26 22:10:45 +02:00

29217: main shell now depends on zshcurses.h and zshterm.h

This commit is contained in:
Peter Stephenson 2011-05-11 08:59:55 +00:00
parent d770d2554b
commit 7fc9a4414d
2 changed files with 7 additions and 4 deletions

View File

@ -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 $
*****************************************************

View File

@ -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)'"' > $@