diff options
| author | Peter Stephenson <pws@zsh.org> | 2017-01-31 09:34:33 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2017-01-31 09:35:24 +0000 |
| commit | e641e40940c41f503da28746c180d1375a1b0474 (patch) | |
| tree | 6f1abd42ae83b5717bf03476be75895f02d45a7f /Makefile.in | |
| parent | 40469: change strategy from 40453 to use patcompile(PAT_HEAPDUP) instead of s... (diff) | |
| download | zsh-e641e40940c41f503da28746c180d1375a1b0474.tar zsh-e641e40940c41f503da28746c180d1375a1b0474.tar.gz zsh-e641e40940c41f503da28746c180d1375a1b0474.tar.bz2 zsh-e641e40940c41f503da28746c180d1375a1b0474.tar.lz zsh-e641e40940c41f503da28746c180d1375a1b0474.tar.xz zsh-e641e40940c41f503da28746c180d1375a1b0474.tar.zst zsh-e641e40940c41f503da28746c180d1375a1b0474.zip | |
40466: Update dependencies for config.h.in / autoheader.
Needs to happen after autoconf.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index cb74e94ef..ae18855ff 100644 --- a/Makefile.in +++ b/Makefile.in @@ -151,8 +151,7 @@ config.modules: $(sdir)/config.h.in config.status config.modules.sh $(SHELL) ./config.modules.sh $(sdir)/config.h.in: $(sdir)/stamp-h.in -$(sdir)/stamp-h.in: $(sdir)/configure.ac \ - $(sdir)/aclocal.m4 $(sdir)/aczsh.m4 +$(sdir)/stamp-h.in: $(sdir)/configure cd $(sdir) && autoheader echo > $(sdir)/stamp-h.in |
