Skip to content

Commit

Permalink
unposted: release 4.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Stephenson committed Dec 20, 2010
1 parent a7bc22c commit f6cff33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Config/version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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'
5 changes: 4 additions & 1 deletion Src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f6cff33

Please sign in to comment.