From 904e5372043ece6ed37780b70b5fedcd1825e10a Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 20 Dec 2010 16:51:25 +0000 Subject: unposted: restore unintentionally removed .PHONY entries --- ChangeLog | 5 ++++- Src/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 118048489..17bd3c469 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-12-20 Peter Stephenson + * unposted: Src/Makefile.inc: restore unintentionally removed + .PHONY entires. + * unposted: Config/version.mk, Src/Makefile.inc: release 4.3.11. Tweak to Src/Makefile.inc was to workaround some make problem with timestamps. @@ -14014,5 +14017,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5162 $ +* $Revision: 1.5163 $ ***************************************************** diff --git a/Src/Makefile.in b/Src/Makefile.in index bcbecad8e..cf1104825 100644 --- a/Src/Makefile.in +++ b/Src/Makefile.in @@ -225,6 +225,6 @@ modobjs modules headers proto $(MAIN_OBJS) zsh.export: Makemod $(MAKE) prep; \ fi @$(MAKE) -f Makemod $(MAKEDEFS) $@ -.PHONY: headers proto +.PHONY: install.modules uninstall.modules headers proto $(MAIN_OBJS): $(sdir)/zsh.h -- cgit 1.4.1