[gimp] app: fix .NOTPARALLEL: check target



commit 599f4bfd8bc28e279509ab8406ea95164371f19d
Author: Michael Schumacher <schumaml gmx net>
Date:   Fri Jun 29 09:15:44 2018 +0000

    app: fix .NOTPARALLEL: check target

 app/tests/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/tests/Makefile.am b/app/tests/Makefile.am
index 0cc075bb47..6e3f0a4201 100644
--- a/app/tests/Makefile.am
+++ b/app/tests/Makefile.am
@@ -1,6 +1,6 @@
 # Prevent parallel builds for the tests, as e.g. done by make -j check
 # The tests must not be run in parallel or in a different order as specified
-.NOTPARALLEL
+.NOTPARALLEL: check
 
 SUBDIRS = \
        files           \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]