diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ortho/llvm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ortho/llvm/Makefile b/src/ortho/llvm/Makefile index 0e45d6b10..bd40893f0 100644 --- a/src/ortho/llvm/Makefile +++ b/src/ortho/llvm/Makefile @@ -14,7 +14,7 @@ $(ortho_exec): $(ortho_srcdir)/llvm/ortho_llvm.ads force llvm-cbindings.o `$(LLVM_CONFIG) --ldflags --libs --system-libs` $(LDFLAGS) llvm-cbindings.o: $(ortho_srcdir)/llvm/llvm-cbindings.cpp - $(CXX) -c -I`$(LLVM_CONFIG) --includedir --cflags --cxxflags` -o $@ $< + $(CXX) -c `$(LLVM_CONFIG) --cxxflags` -o $@ $< clean: $(RM) -f *.o *.ali ortho_code_main |