Skip to content

Commit 34fe6f0

Browse files
committed
_Actually_ update ab.
1 parent 76c9674 commit 34fe6f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/ab.mk

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

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

0 commit comments

Comments
 (0)