diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-02-16 23:06:14 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-04-26 00:07:22 +0200 |
commit | b9af31569509fb9aeab95586a2586c9fafb12963 (patch) | |
tree | f7e147de20ff4bdc86c179aababc6e7ab6b9ace0 | |
parent | d4013cb6d2fc9479152bf0e08118fb2bf1a7661d (diff) |
Disable parallel build.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8c73a13..0ff95af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -90,6 +90,8 @@ clean-go: -$(RM) $(GOBJECTS) .PHONY: clean-go gen-ChangeLog +.NOTPARALLEL: + CLEANFILES = \ drmaa/v1/ffi.scm \ $(GOBJECTS) \ |