Skip to content

Commit

Permalink
Try to fix a periodic windows build failure due to broken rwildcard m…
Browse files Browse the repository at this point in the history
…acro
  • Loading branch information
brson authored and alexcrichton committed May 21, 2013
1 parent 52da96a commit 66bd0f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mk/llvm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ LLVM_DEPS := $(S)/.gitmodules
else

# This is just a rough approximation of LLVM deps
LLVM_DEPS=$(call rwildcard,$(CFG_LLVM_SRC_DIR),*cpp *hpp)
LLVM_DEPS_SRC=$(call rwildcard,$(CFG_LLVM_SRC_DIR)/src,*cpp *hpp)
LLVM_DEPS_INC=$(call rwildcard,$(CFG_LLVM_SRC_DIR)/include,*cpp *hpp)
LLVM_DEPS=$(LLVM_DEPS_SRC) $(LLVM_DEPS_INC)
endif

define DEF_LLVM_RULES
Expand Down

0 comments on commit 66bd0f6

Please sign in to comment.