diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-13 00:01:19 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-13 00:01:19 +0000 |
commit | c25ebf65eb5ba92ef0f0cdca1e63433e937b96bd (patch) | |
tree | 8d46e0418f96ff70067bc51d9b0d0c19c94806a5 | |
parent | 21774e5e4ea4075c14aab1642e8cdf9e893c15e1 (diff) | |
download | s6-linux-utils-c25ebf65eb5ba92ef0f0cdca1e63433e937b96bd.tar.xz |
Add .NOTPARALLEL to work around possible make bug
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -122,3 +122,5 @@ lib%.so: .PHONY: it all clean distclean tgz strip install install-dynlib install-bin install-sbin install-lib install-include .DELETE_ON_ERROR: + +.NOTPARALLEL: |