diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2013-10-15 11:12:17 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2013-10-15 12:09:28 +0000 |
commit | 2a8828bc6a6ace0b6328bf65cc6ae8b326dace06 (patch) | |
tree | 5aadf1bbae5609b007a6aa25562dc9c7c810c0b1 | |
parent | Avoid prerequisite $(IMGOBJS) to fix parallel make issue of w3mimg (diff) | |
download | w3m-2a8828bc6a6ace0b6328bf65cc6ae8b326dace06.tar.gz w3m-2a8828bc6a6ace0b6328bf65cc6ae8b326dace06.zip |
Depend on funcname.tab to fix parallel make issue of scripts
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 52a0aae..b283f29 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)); \ |