diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-11 19:46:32 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-11 19:46:32 +0000 |
| commit | 779b36d8442997a42de3fb5c032fbb984498182a (patch) | |
| tree | 4bb72d633aaadd4028ed24502dd1724a4d3cedf6 /Makefile.in | |
| parent | zsh-workers/9684 (diff) | |
| download | zsh-779b36d8442997a42de3fb5c032fbb984498182a.tar zsh-779b36d8442997a42de3fb5c032fbb984498182a.tar.gz zsh-779b36d8442997a42de3fb5c032fbb984498182a.tar.bz2 zsh-779b36d8442997a42de3fb5c032fbb984498182a.tar.lz zsh-779b36d8442997a42de3fb5c032fbb984498182a.tar.xz zsh-779b36d8442997a42de3fb5c032fbb984498182a.tar.zst zsh-779b36d8442997a42de3fb5c032fbb984498182a.zip | |
zsh-3.1.6-dev-18zsh-3.1.6-dev-18
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 7f8e8fb0e..addd62c30 100644 --- a/Makefile.in +++ b/Makefile.in @@ -42,7 +42,7 @@ INSTALL = @INSTALL@ # default target all: config.h - @for subdir in Src Doc Etc; do \ + @for subdir in Src Doc; do \ (cd $$subdir && $(MAKE) $(MAKEDEFS) $@) || exit 1; \ done |
