Description: Make build system compatible with parallel make (-jN)
Author: Sébastien Villemot <sebastien@debian.org>
Forwarded: no
Last-Update: 2013-03-27
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/testing/Makefile
+++ b/testing/Makefile
@@ -582,3 +582,5 @@
 
 FRC:
 	@FRC=$(FRC)
+
+.NOTPARALLEL:
--- a/testing/LIN/Makefile
+++ b/testing/LIN/Makefile
@@ -339,3 +339,5 @@
  
 .f.o: 
 	$(FORTRAN) $(OPTS) -c $< -o $@
+
+.NOTPARALLEL:
