Skip to content

Commit 4621298

Browse files
committed
---
yaml --- r: 6162 b: refs/heads/master c: 8ea6d0c h: refs/heads/master v: v3
1 parent f627846 commit 4621298

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 4b6585c92450b6783081150b2f3f3b0b5acbe82f
2+
refs/heads/master: 8ea6d0c5d29da9f34b26f9af305edf09c847979f

trunk/mk/llvm.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ifeq ($(CFG_LLVM_ROOT),)
99

1010
$$(LLVM_CONFIG_$(1)): $$(LLVM_DEPS_$(1))
1111
@$$(call E, make: llvm)
12-
$$(Q)make -C $$(CFG_LLVM_BUILD_DIR_$(1))
12+
$$(Q)$$(MAKE) -C $$(CFG_LLVM_BUILD_DIR_$(1))
1313

1414
endif
1515

0 commit comments

Comments
 (0)