diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-13 00:01:17 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-13 00:01:17 +0000 |
commit | ae319b6e2fa45f8c72707284004e23d9f05a83f3 (patch) | |
tree | a425d58bbd9b869cc6a5e93ab56cf53ad76ad899 /Makefile | |
parent | 048991191294468f4ca5f316631c9b6595fdcc92 (diff) | |
download | s6-dns-ae319b6e2fa45f8c72707284004e23d9f05a83f3.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: |