From: Pavel Charvat Date: Mon, 6 Jun 2011 08:49:31 +0000 (+0200) Subject: Removed invalid usage on .NOTPARALLEL keyword in makefiles. X-Git-Tag: v5.0~119 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=bc481b3f0fa1e80762fad28c46c00589b32be598;p=libucw.git Removed invalid usage on .NOTPARALLEL keyword in makefiles. --- 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