diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-13 00:01:13 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-13 00:01:13 +0000 |
commit | a6395bee8b2b696c0c74ff23a11944a491c83cc1 (patch) | |
tree | d46e5389edd49cd09bf498baf31dc109442426a2 | |
parent | 72d9f013c4a4d47273f78b40f080b49494bab78f (diff) | |
download | s6-a6395bee8b2b696c0c74ff23a11944a491c83cc1.tar.xz |
Add .NOTPARALLEL to work around possible make bug
-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: |