mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
zsh-workers/8393
This commit is contained in:
parent
b42ac7d1aa
commit
e396615072
1 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,8 @@ headers="../config.h system.h zsh.h sigcount.h signals.h \
|
|||
prototypes.h hashtable.h ztype.h"
|
||||
|
||||
:<<\Make
|
||||
@CONFIG_MK@
|
||||
|
||||
signames.c: signames1.awk signames2.awk ../config.h @SIGNAL_H@
|
||||
$(AWK) -f $(sdir)/signames1.awk @SIGNAL_H@ >sigtmp.c
|
||||
$(CPP) sigtmp.c >sigtmp.out
|
||||
|
@ -28,7 +30,7 @@ params.o: version.h
|
|||
version.h: $(sdir_top)/Config/version.mk
|
||||
echo '#define ZSH_VERSION "'$(VERSION)'"' > $@
|
||||
|
||||
zshpaths.h: FORCE Makemod
|
||||
zshpaths.h: Makemod $(CONFIG_INCS)
|
||||
@echo '#define MODULE_DIR "'$(MODDIR)'"' > zshpaths.h.tmp
|
||||
@if test x$(fndir) != xno; then \
|
||||
echo '#define FPATH_DIR "'$(fndir)'"' >> zshpaths.h.tmp; \
|
||||
|
|
Loading…
Reference in a new issue