From: Reid Spencer Date: Thu, 24 Feb 2005 21:36:32 +0000 (+0000) Subject: Don't try to strip bytecode files! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b80621fb7ed6df3792d4aebf3ae378a7155ad82d;p=oota-llvm.git Don't try to strip bytecode files! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20320 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)