minix/llvm/passes/Makefile.inc: Fix
This fixes and documents a mistake made during the sources move.
This commit is contained in:
parent
3e2464514d
commit
5f8eb6fb0c
1 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
# This file is not part of the regular Makefile.inc
|
||||
# It is used from the LLVM build system, when compiling the passes.
|
||||
#
|
||||
# This files is used with gmake, so do NOT add .include "..."
|
||||
#
|
||||
LLVMPREFIX?=../../../../../obj_llvm.i386/Release+Asserts
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
|
Loading…
Reference in a new issue