diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-01-09 16:57:01 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-01-09 16:57:01 +0000 |
commit | e72999c092b80b71c5913a52c411a1c7529971f4 (patch) | |
tree | 02974c6a4f7a4d73934481f731f12703a682fae7 /Src/Makefile.in | |
parent | a89f0559c210def9a40bfeb9da6b38128a49cb55 (diff) | |
download | zsh-e72999c092b80b71c5913a52c411a1c7529971f4.tar.gz zsh-e72999c092b80b71c5913a52c411a1c7529971f4.tar.xz zsh-e72999c092b80b71c5913a52c411a1c7529971f4.zip |
gi1242+zsh@gmail.com: 28594:
Various new and improved completions
Diffstat (limited to 'Src/Makefile.in')
-rw-r--r-- | Src/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Src/Makefile.in b/Src/Makefile.in index cf1104825..0577554f8 100644 --- a/Src/Makefile.in +++ b/Src/Makefile.in @@ -221,9 +221,6 @@ mostlyclean-modules clean-modules distclean-modules realclean-modules: install.modules uninstall.modules \ modobjs modules headers proto $(MAIN_OBJS) zsh.export: Makemod - @if [ ! -f Builtins/Makefile.in ]; then \ - $(MAKE) prep; \ - fi @$(MAKE) -f Makemod $(MAKEDEFS) $@ .PHONY: install.modules uninstall.modules headers proto |