[llvm-branch-commits] [cfe-branch] r108859 - /cfe/branches/Apple/whitney-IB/ClangBNI.mk
Daniel Dunbar
daniel at zuster.org
Tue Jul 20 09:58:41 PDT 2010
Author: ddunbar
Date: Tue Jul 20 11:58:41 2010
New Revision: 108859
URL: http://llvm.org/viewvc/llvm-project?rev=108859&view=rev
Log:
Spell endif correctly.
Modified:
cfe/branches/Apple/whitney-IB/ClangBNI.mk
Modified: cfe/branches/Apple/whitney-IB/ClangBNI.mk
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/whitney-IB/ClangBNI.mk?rev=108859&r1=108858&r2=108859&view=diff
==============================================================================
--- cfe/branches/Apple/whitney-IB/ClangBNI.mk (original)
+++ cfe/branches/Apple/whitney-IB/ClangBNI.mk Tue Jul 20 11:58:41 2010
@@ -88,7 +88,7 @@
ifeq ($(INSTALL_LOCATION),)
Post_Install_RootLinks := 1
Post_Install_OpenSourceLicense := 1
-fi
+endif
endif
More information about the llvm-branch-commits
mailing list