summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-13 00:01:19 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-13 00:01:19 +0000
commitc25ebf65eb5ba92ef0f0cdca1e63433e937b96bd (patch)
tree8d46e0418f96ff70067bc51d9b0d0c19c94806a5
parent21774e5e4ea4075c14aab1642e8cdf9e893c15e1 (diff)
downloads6-linux-utils-c25ebf65eb5ba92ef0f0cdca1e63433e937b96bd.tar.xz
Add .NOTPARALLEL to work around possible make bug
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cdd3415..b9eb4ea 100644
--- a/Makefile
+++ b/Makefile
@@ -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: