From 6488ba0915629ce0ede474feb52dc2fb1f7346c4 Mon Sep 17 00:00:00 2001 From: Nick Papior Date: Mon, 4 Apr 2016 22:09:44 +0200 Subject: [PATCH] enh: removed NOTPARALLEL from a few targets Signed-off-by: Nick Papior --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 54f0ce55..5874ac1b 100644 --- a/Makefile +++ b/Makefile @@ -2,12 +2,10 @@ TOP_DIR ?= . # the default target .PHONY: default -.NOTPARALLEL: default default: libs # the default target .PHONY: all -.NOTPARALLEL: all all: static shared # Common makefile stuff: @@ -85,7 +83,6 @@ endif # Now create the actual compilation make file .PHONY: lib libs -#.NOTPARALLEL: lib libs shared static lib: libs # Define default library creations