diff options
Diffstat (limited to 'Makefile.am')
-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) \ |