Skip to content

Commit

Permalink
Ensure Make is not run in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
rdicosmo committed Sep 25, 2014
1 parent 5ff0680 commit 446c5d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,4 @@ world: all opt c-lib c-lib-opt doc

.PHONY: all opt world clean top-level headers test tags install uninstall
.PHONY: dep rpm c-lib c-lib-opt dist doc
.NOTPARALLEL:

0 comments on commit 446c5d0

Please sign in to comment.