1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 22:51:42 +02:00

unposted: restore unintentionally removed .PHONY entries

This commit is contained in:
Peter Stephenson 2010-12-20 16:51:25 +00:00
parent cbabcf3c32
commit 904e537204
2 changed files with 5 additions and 2 deletions

View file

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

View file

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