From 2a8828bc6a6ace0b6328bf65cc6ae8b326dace06 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Tue, 15 Oct 2013 20:12:17 +0900 Subject: Depend on funcname.tab to fix parallel make issue of scripts --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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)); \ -- cgit v1.2.3