aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-02-24 21:36:32 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-02-24 21:36:32 +0000
commitb80621fb7ed6df3792d4aebf3ae378a7155ad82d (patch)
treef8166e282efab05f9c3b8bff5fefe951b7b9df28
parent151bbe44acf022590a88a74cafebf25b71143b9e (diff)
Don't try to strip bytecode files!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20320 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 4397b2061d..67e487702a 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)