Skip to content

Commit 76c9674

Browse files
committed
Update ab.
1 parent addbabd commit 76c9674

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/ab.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,5 @@ $(OBJ)/build.ninja $(OBJ)/build.targets &:
114114

115115
include $(OBJ)/build.targets
116116
.PHONY: $(ninja-targets)
117-
.NOTPARALLEL:
118-
$(ninja-targets): $(OBJ)/build.ninja
117+
$(ninja-targets) : $(OBJ)/build.ninja
119118
+$(hide) $(NINJA) -f $(OBJ)/build.ninja $@

0 commit comments

Comments
 (0)