From: Lionel Sambuc Date: Wed, 20 Aug 2014 11:28:30 +0000 (+0200) Subject: minix/llvm/passes/Makefile.inc: Fix X-Git-Tag: v3.3.0~34 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=refs%2Fchanges%2F97%2F2797%2F2;p=minix.git minix/llvm/passes/Makefile.inc: Fix This fixes and documents a mistake made during the sources move. --- diff --git a/minix/llvm/passes/Makefile.inc b/minix/llvm/passes/Makefile.inc index ecc584efb..06ff2c535 100644 --- a/minix/llvm/passes/Makefile.inc +++ b/minix/llvm/passes/Makefile.inc @@ -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"