Don't try to strip bytecode files!
authorReid Spencer <rspencer@reidspencer.com>
Thu, 24 Feb 2005 21:36:32 +0000 (21:36 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 24 Feb 2005 21:36:32 +0000 (21:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20320 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 4397b2061dcef4d2b061c61bc4c3c64491ee412e..67e487702a448df93f742c99d129820b8d91ac29 100644 (file)
@@ -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)