[llvm-branch-commits] [cfe-branch] r110041 - /cfe/branches/Apple/whitney-IB/ClangBNI.mk

Daniel Dunbar daniel at zuster.org
Mon Aug 2 09:57:22 PDT 2010


Author: ddunbar
Date: Mon Aug  2 11:57:22 2010
New Revision: 110041

URL: http://llvm.org/viewvc/llvm-project?rev=110041&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=110041&r1=110040&r2=110041&view=diff
==============================================================================
--- cfe/branches/Apple/whitney-IB/ClangBNI.mk (original)
+++ cfe/branches/Apple/whitney-IB/ClangBNI.mk Mon Aug  2 11:57:22 2010
@@ -454,7 +454,7 @@
 	ln -sf ../../../../../usr/bin/clang $(DSTROOT)/$(Install_Prefix)/bin/clang
 ifeq ($(Clang_Enable_CXX), 1)
 	ln -sf ../../../../../usr/bin/clang++ $(DSTROOT)/$(Install_Prefix)/bin/clang++
-fi
+endif
 
 ##
 # Cross Compilation Build Support





More information about the llvm-branch-commits mailing list