aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2013-10-15 11:12:17 +0000
committerTatsuya Kinoshita <tats@debian.org>2013-10-15 12:09:28 +0000
commit2a8828bc6a6ace0b6328bf65cc6ae8b326dace06 (patch)
tree5aadf1bbae5609b007a6aa25562dc9c7c810c0b1
parentAvoid prerequisite $(IMGOBJS) to fix parallel make issue of w3mimg (diff)
downloadw3m-2a8828bc6a6ace0b6328bf65cc6ae8b326dace06.tar.gz
w3m-2a8828bc6a6ace0b6328bf65cc6ae8b326dace06.zip
Depend on funcname.tab to fix parallel make issue of scripts
-rw-r--r--Makefile.in2
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)); \