summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-02-16 23:06:14 +0100
committerRicardo Wurmus <rekado@elephly.net>2021-04-26 00:07:22 +0200
commitb9af31569509fb9aeab95586a2586c9fafb12963 (patch)
treef7e147de20ff4bdc86c179aababc6e7ab6b9ace0
parentd4013cb6d2fc9479152bf0e08118fb2bf1a7661d (diff)
Disable parallel build.
-rw-r--r--Makefile.am2
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) \