summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-12-20 16:51:25 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-12-20 16:51:25 +0000
commit904e5372043ece6ed37780b70b5fedcd1825e10a (patch)
tree5f7a52d2740c4ab9fd431b8f4d2bbc809662d8fd
parentcbabcf3c323fbd0f69de9b338f5a5001ff537256 (diff)
downloadzsh-904e5372043ece6ed37780b70b5fedcd1825e10a.tar.gz
zsh-904e5372043ece6ed37780b70b5fedcd1825e10a.zip
unposted: restore unintentionally removed .PHONY entries
-rw-r--r--ChangeLog5
-rw-r--r--Src/Makefile.in2
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 <pws@csr.com>
+ * 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