summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-13 00:01:20 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-13 00:01:20 +0000
commitbd33aa8c2afeb3e747fdb4cd57f07fb6b1a01c7d (patch)
treec967af48474f8a11a9c9a6fc5ed3d8950ad5e34c /Makefile
parent2898d7c9683311d8b9f370d6f82beb160f8a8f1d (diff)
downloads6-networking-bd33aa8c2afeb3e747fdb4cd57f07fb6b1a01c7d.tar.xz
Add .NOTPARALLEL to work around possible make bug
Diffstat (limited to 'Makefile')
-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: