diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-12 23:55:55 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-12 23:55:55 +0000 |
commit | 040737a72f3830d40f2c89be919479ddef97ef1d (patch) | |
tree | a4870066d5d2b69efec650d3d29a894afca0063d /Makefile | |
parent | 2e63ab3f1c14050793a2536221b4340dd7411221 (diff) | |
download | execline-040737a72f3830d40f2c89be919479ddef97ef1d.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: |