Made sure that parallel-building the regression-tests doesn't start a test before all of the directories are clean.

This commit is contained in:
Greg King 2014-12-18 14:30:35 -05:00
parent 244eeedcfc
commit 1a0a872bd6
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ $(WORKDIR):
$(WORKDIR)/bdiff$(EXE): bdiff.c | $(WORKDIR)
$(CC) -O2 -o $@ $<
.NOTPARALLEL:
dotests: mostly-clean continue
continue: $(WORKDIR)/bdiff$(EXE)