From bc481b3f0fa1e80762fad28c46c00589b32be598 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Mon, 6 Jun 2011 10:49:31 +0200 Subject: [PATCH] Removed invalid usage on .NOTPARALLEL keyword in makefiles. --- build/Makebottom | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/Makebottom b/build/Makebottom index 36f73187..e2c84027 100644 --- a/build/Makebottom +++ b/build/Makebottom @@ -148,8 +148,6 @@ $(o)/%.test: $(s)/%.t $(BUILDSYS)/tester $(M)TEST $@ $(Q)$(BUILDSYS)/tester --rundir=run $(TESTERFLAGS) $< && touch $@ -.NOTPARALLEL: $(o)/%.test - # Rules for binaries BINDIR=bin -- 2.39.5