From bd33aa8c2afeb3e747fdb4cd57f07fb6b1a01c7d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 13 Jan 2015 00:01:20 +0000 Subject: Add .NOTPARALLEL to work around possible make bug --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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: -- cgit v1.2.3