1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-20 10:53:29 +02:00

unposted: release 4.3.11

This commit is contained in:
Peter Stephenson 2010-12-20 16:03:28 +00:00
parent a7bc22ca00
commit f6cff33fb7
2 changed files with 6 additions and 3 deletions

View File

@ -27,5 +27,5 @@
# This must also serve as a shell script, so do not add spaces around the
# `=' signs.
VERSION=4.3.10-test-3
VERSION_DATE='December 16, 2010'
VERSION=4.3.11
VERSION_DATE='December 20, 2010'

View File

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