NASM: trailing slash for ASFLAGS includes
authorJohn Koleszar <jkoleszar@google.com>
Mon, 25 Oct 2010 14:28:45 +0000 (10:28 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Mon, 25 Oct 2010 14:28:45 +0000 (10:28 -0400)
commit2ad4810a215bec3c944ee9e4a71f7aec58dc0f15
tree61b5739e5e0d284e1e5841f7807b2005346199bb
parent1376f061dae199af3378339367a1bc9f95fd4187
NASM: trailing slash for ASFLAGS includes

Fix out-of-tree builds using NASM. NASM expects its include paths to
have a trailing slash. These aren't used used when doing in-tree builds
(./configure)

Change-Id: I38d469d15acb1b7e65733a2e5ca8c9d86fa4ad86
build/make/Makefile