mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 22:07:27 +00:00
silly case insensitive file systems...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26658 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5c1c0cb2ac
commit
8a5343989b
@ -9,7 +9,7 @@
|
||||
LEVEL = ../..
|
||||
LIBRARYNAME = LLVMCore
|
||||
|
||||
BUILT_SOURCES = $(LEVEL)/include/llvm/intrinsics.gen
|
||||
BUILT_SOURCES = $(LEVEL)/include/llvm/Intrinsics.gen
|
||||
|
||||
include $(LEVEL)/Makefile.config
|
||||
ifeq ($(ARCH),Alpha)
|
||||
@ -18,7 +18,7 @@ endif
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
$(LEVEL)/include/llvm/intrinsics.gen: $(LEVEL)/include/llvm/intrinsics.td
|
||||
@echo Building intrinsics.gen from intrinsics.td
|
||||
$(LEVEL)/include/llvm/Intrinsics.gen: $(LEVEL)/include/llvm/Intrinsics.td
|
||||
@echo Building Intrinsics.gen from Intrinsics.td
|
||||
$(Verb) $(TableGen) $< -o $@ -gen-intrinsic
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user