mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
Added back the stamp-h idiom which allows us to know when config.h
is up-to-date but unchanged.
This commit is contained in:
parent
97bcb548df
commit
c9433cb201
1 changed files with 5 additions and 1 deletions
|
@ -134,7 +134,11 @@ config.status: $(sdir)/configure
|
|||
$(sdir)/configure: $(sdir)/aclocal.m4 $(sdir)/aczsh.m4 $(sdir)/configure.ac
|
||||
cd $(sdir) && autoconf
|
||||
|
||||
config.h config.modules: $(sdir)/config.h.in config.status
|
||||
config.h: stamp-h
|
||||
stamp-h: $(sdir)/config.h.in config.status
|
||||
cd $(dir_top) && $(SHELL) ./config.status config.h $@
|
||||
|
||||
config.modules: $(sdir)/config.h.in config.status
|
||||
cd $(dir_top) && $(SHELL) ./config.status $@
|
||||
|
||||
$(sdir)/config.h.in: $(sdir)/stamp-h.in
|
||||
|
|
Loading…
Reference in a new issue