diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-13 00:01:21 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-13 00:01:21 +0000 |
commit | b6505a09e9d9fdf41349b972c74772ea926b10cf (patch) | |
tree | ae59f47833731d9316f87b16d13a32e107b120ff /Makefile | |
parent | 5ce5295ffa6da16fa36714ec3232c596d616f96a (diff) | |
download | s6-portable-utils-b6505a09e9d9fdf41349b972c74772ea926b10cf.tar.xz |
Add .NOTPARALLEL to work around possible make bug
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |