diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2010-12-20 16:03:28 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-12-20 16:03:28 +0000 |
| commit | f6cff33fb722533567992b4152f5072f770e8b93 (patch) | |
| tree | b1279c6ee8371a56d5ad96ff45c6eaa495df44f9 /Src/Makefile.in | |
| parent | Paul 28538 / me 28540 / couple of unposted casts: (diff) | |
| download | zsh-4.3.11.tar zsh-4.3.11.tar.gz zsh-4.3.11.tar.bz2 zsh-4.3.11.tar.lz zsh-4.3.11.tar.xz zsh-4.3.11.tar.zst zsh-4.3.11.zip | |
unposted: release 4.3.11zsh-4.3.11
Diffstat (limited to 'Src/Makefile.in')
| -rw-r--r-- | Src/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Src/Makefile.in b/Src/Makefile.in index 98348e645..bcbecad8e 100644 --- a/Src/Makefile.in +++ b/Src/Makefile.in @@ -221,7 +221,10 @@ mostlyclean-modules clean-modules distclean-modules realclean-modules: install.modules uninstall.modules \ modobjs modules headers proto $(MAIN_OBJS) zsh.export: Makemod + @if [ ! -f Builtins/Makefile.in ]; then \ + $(MAKE) prep; \ + fi @$(MAKE) -f Makemod $(MAKEDEFS) $@ -.PHONY: install.modules uninstall.modules +.PHONY: headers proto $(MAIN_OBJS): $(sdir)/zsh.h |
