Skip to content

Instantly share code, notes, and snippets.

@chezou
Last active October 14, 2016 02:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chezou/076cb9c407de729ad2e2d04749f07f3e to your computer and use it in GitHub Desktop.
Save chezou/076cb9c407de729ad2e2d04749f07f3e to your computer and use it in GitHub Desktop.
diff --git a/Makefile.in b/Makefile.in
index 9ff4015..2da1c60 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -885,7 +885,7 @@ uninstall-am: uninstall-dist_resourceDATA \
.PRECIOUS: Makefile
-
+.NOTPARALLEL:
jumanpp-resource/lang.mdl.direct: $(dist_resource_DATA) src/jumanpp
rm -f jumanpp-resource/lang.mdl.direct;\
rm -f jumanpp-resource/*.map;\
@chezou
Copy link
Author

chezou commented Oct 14, 2016

This patch fixes compilation error. See also https://twitter.com/chezou/status/786453563085955074

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment