summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-13 00:01:21 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-13 00:01:21 +0000
commitb6505a09e9d9fdf41349b972c74772ea926b10cf (patch)
treeae59f47833731d9316f87b16d13a32e107b120ff
parent5ce5295ffa6da16fa36714ec3232c596d616f96a (diff)
downloads6-portable-utils-b6505a09e9d9fdf41349b972c74772ea926b10cf.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: