aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-03-02 16:06:37 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-03-02 16:06:37 +0000
commitedd1caec02d5a698594ed4070574974b6b2b49e8 (patch)
tree5f3c405d751f2e8876dd09583612548b698200fb /lib
parentf8e5d4cf39220e9b7c7ee744f634fce6dec28a76 (diff)
Use tabs instead of spaces.
No, really, make doesn't work with spaces. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151920 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Basic/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Basic/Makefile b/lib/Basic/Makefile
index f5ca904338..fe2c515622 100644
--- a/lib/Basic/Makefile
+++ b/lib/Basic/Makefile
@@ -33,8 +33,8 @@ CPP.Defines += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include \
-DLLVM_REVISION='"$(LLVM_REVISION)"' -DLLVM_REPOSITORY='"$(LLVM_REPOSITORY)"'
$(ObjDir)/.ver-svn .ver: $(ObjDir)/.dir
- @if [ '$(SVN_REVISION) $(LLVM_REVISION)' != '$(shell cat $(ObjDir)/.ver-svn 2>/dev/null)' ]; then\
- echo '$(SVN_REVISION) $(LLVM_REVISION)' > $(ObjDir)/.ver-svn; \
- fi
+ @if [ '$(SVN_REVISION) $(LLVM_REVISION)' != '$(shell cat $(ObjDir)/.ver-svn 2>/dev/null)' ]; then\
+ echo '$(SVN_REVISION) $(LLVM_REVISION)' > $(ObjDir)/.ver-svn; \
+ fi
$(ObjDir)/.ver-svn: .ver
$(ObjDir)/Version.o: $(ObjDir)/.ver-svn