]> Zhao Yanbai Git Server - minix.git/commitdiff
minix/llvm/passes/Makefile.inc: Fix 97/2797/2
authorLionel Sambuc <lionel@minix3.org>
Wed, 20 Aug 2014 11:28:30 +0000 (13:28 +0200)
committerGerrit Code Review <gerrit@localhost>
Fri, 29 Aug 2014 16:56:57 +0000 (12:56 -0400)
This fixes and documents a mistake made during the sources move.

minix/llvm/passes/Makefile.inc

index ecc584efbb6f224854f0a12e9f80c3d353b62b2a..06ff2c53589c9c787859b8942387c6bdcbfd345b 100644 (file)
@@ -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"