No parallel make in ocaml/ directory (RHBZ#502309).

This commit is contained in:
Richard Jones
2009-06-02 15:50:50 +01:00
parent 3aa9883eb1
commit 76711b7e91

View File

@@ -95,3 +95,7 @@ install-data-hook:
CLEANFILES += $(noinst_DATA)
endif
# Tell version 3.79 and up of GNU make to not build goals in this
# directory in parallel. (Possible solution for RHBZ#502309).
.NOTPARALLEL: