From b80621fb7ed6df3792d4aebf3ae378a7155ad82d Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 24 Feb 2005 21:36:32 +0000 Subject: [PATCH] Don't try to strip bytecode files! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20320 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index 4397b2061dc..67e487702a4 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -708,7 +708,7 @@ install-local:: $(DestBytecodeLib) $(DestBytecodeLib): $(BytecodeDestDir) $(LibName.BCA) $(Echo) Installing $(BuildMode) Bytecode Archive $(DestBytecodeLib) - $(Verb) $(ProgInstall) $(LibName.BCA) $(DestBytecodeLib) + $(Verb) $(DataInstall) $(LibName.BCA) $(DestBytecodeLib) uninstall-local:: $(Echo) Uninstalling $(BuildMode) Bytecode Archive $(DestBytecodeLib)