diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2013-10-15 12:11:41 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2013-10-15 12:11:41 +0000 |
commit | c762459c9344570319d2aa1aa557d4a2a9e77e33 (patch) | |
tree | 18295e5a1efbf56d4ec2f5b0217d288b052afd6b /Makefile.in | |
parent | Merge branch 'bug/605761' (diff) | |
parent | Depend on funcname.tab to fix parallel make issue of scripts (diff) | |
download | w3m-c762459c9344570319d2aa1aa557d4a2a9e77e33.tar.gz w3m-c762459c9344570319d2aa1aa557d4a2a9e77e33.zip |
Merge branch 'bug/parallel-make'
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 4b9fcbb..8fa799e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -250,7 +250,7 @@ install-po: (cd $$subdir && $(MAKE) install); \ done -all-scripts: +all-scripts: funcname.tab for dir in $(SCRIPTSUBDIRS); \ do \ (cd $$dir && $(MAKE) $(MAKE_ARGS)); \ |