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