diff options
author | Mike Stump <mrs@apple.com> | 2009-03-26 21:25:00 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-03-26 21:25:00 +0000 |
commit | a44ae133296620ee9a7d290253bcb076f03fe3e5 (patch) | |
tree | 987c9004fceefe53a0c69ff17051863d6358c2b7 | |
parent | 1f9bd0fbf5894b41bba5f2fdb0c6546a7a6ef3d8 (diff) |
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67769 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Driver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/Makefile b/lib/Driver/Makefile index 38b11ce8c9..5110872862 100644 --- a/lib/Driver/Makefile +++ b/lib/Driver/Makefile @@ -18,7 +18,7 @@ include $(LEVEL)/Makefile.common SVN_REVISION := $(shell cd $(PROJ_SRC_DIR)/../.. && svnversion) CPP.Defines += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include \ - -DTARGET_TRIPLE='"$(TARGET_TRIPLE)"' -DSVN_REVISION='"$(SVN_REVISION)"' + -DSVN_REVISION='"$(SVN_REVISION)"' $(ObjDir)/.ver-svn .ver: @if [ '$(SVN_REVISION)' != '$(shell cat $(ObjDir)/.ver-svn 2>/dev/null)' ]; then\ |