diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2010-12-20 16:51:25 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-12-20 16:51:25 +0000 |
| commit | 904e5372043ece6ed37780b70b5fedcd1825e10a (patch) | |
| tree | 5f7a52d2740c4ab9fd431b8f4d2bbc809662d8fd /Src/Makefile.in | |
| parent | unposted: release 4.3.11 (diff) | |
| download | zsh-904e5372043ece6ed37780b70b5fedcd1825e10a.tar zsh-904e5372043ece6ed37780b70b5fedcd1825e10a.tar.gz zsh-904e5372043ece6ed37780b70b5fedcd1825e10a.tar.bz2 zsh-904e5372043ece6ed37780b70b5fedcd1825e10a.tar.lz zsh-904e5372043ece6ed37780b70b5fedcd1825e10a.tar.xz zsh-904e5372043ece6ed37780b70b5fedcd1825e10a.tar.zst zsh-904e5372043ece6ed37780b70b5fedcd1825e10a.zip | |
unposted: restore unintentionally removed .PHONY entries
Diffstat (limited to 'Src/Makefile.in')
| -rw-r--r-- | Src/Makefile.in | 2 |
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 |
