about summary refs log tree commit diff
path: root/Src/Makefile.in
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 /Src/Makefile.in
parentcbabcf3c323fbd0f69de9b338f5a5001ff537256 (diff)
downloadzsh-904e5372043ece6ed37780b70b5fedcd1825e10a.tar.gz
zsh-904e5372043ece6ed37780b70b5fedcd1825e10a.tar.xz
zsh-904e5372043ece6ed37780b70b5fedcd1825e10a.zip
unposted: restore unintentionally removed .PHONY entries
Diffstat (limited to 'Src/Makefile.in')
-rw-r--r--Src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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