diff options
author | Devang Patel <dpatel@apple.com> | 2010-07-15 20:25:51 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-07-15 20:25:51 +0000 |
commit | 19f78283357a2e1587d648d81cf42f9b79f71c86 (patch) | |
tree | 878e82f243982ad6802f01bf8d8489fef6fcee08 | |
parent | a9db12973005881a1bd1c5eddc31001d9c3189c8 (diff) | |
download | external_llvm-19f78283357a2e1587d648d81cf42f9b79f71c86.zip external_llvm-19f78283357a2e1587d648d81cf42f9b79f71c86.tar.gz external_llvm-19f78283357a2e1587d648d81cf42f9b79f71c86.tar.bz2 |
Revert 108444. It breaks a build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108456 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Makefile.rules | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Makefile.rules b/Makefile.rules index 8aeb6af..12582f6 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1345,27 +1345,6 @@ ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux NetBSD FreeBSD)) endif endif -#--------------------------------------------------------- -# Tool Version Info Support -#--------------------------------------------------------- - -ifeq ($(HOST_OS),Darwin) -ifdef TOOL_INFO_PLIST - -LD.Flags += -Wl,-sectcreate,__TEXT,__info_plist,$(ObjDir)/$(TOOL_INFO_PLIST) - -$(ToolBuildPath): $(ObjDir)/$(TOOL_INFO_PLIST) - -$(ObjDir)/$(TOOL_INFO_PLIST): $(PROJ_SRC_DIR)/$(TOOL_INFO_PLIST).in - $(Echo) "Creating $(TOOLNAME) '$(TOOL_INFO_PLIST)' file..." - $(Verb)sed -e "s#@TOOL_INFO_UTI@#$(TOOL_INFO_UTI)#g" \ - -e "s#@TOOL_INFO_NAME@#$(TOOL_INFO_NAME)#g" \ - -e "s#@TOOL_INFO_VERSION@#$(TOOL_INFO_VERSION)#g" \ - -e "s#@TOOL_INFO_BUILD_VERSION@#$(TOOL_INFO_BUILD_VERSION)#g" \ - $< > $@ - -endif -endif #--------------------------------------------------------- # Provide targets for building the tools |