Fix comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97644 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2010-03-03 05:40:40 +00:00
parent 087bd1e3a1
commit 30174be37a

View File

@ -34,7 +34,7 @@ DSTROOT = $(OBJROOT)/../dst
PREFIX = /usr/local
# Unless assertions are forced on in the GMAKE command line, enable them.
# Unless assertions are forced on in the GMAKE command line, disable them.
ifndef ENABLE_ASSERTIONS
ENABLE_ASSERTIONS := no
endif