From 5f8eb6fb0cef5bf51874117e93203232cecabd0f Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Wed, 20 Aug 2014 13:28:30 +0200 Subject: [PATCH] minix/llvm/passes/Makefile.inc: Fix This fixes and documents a mistake made during the sources move. --- minix/llvm/passes/Makefile.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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" -- 2.44.0