The install program doesn't know how to strip bytecode files so install
authorReid Spencer <rspencer@reidspencer.com>
Thu, 24 Feb 2005 21:30:37 +0000 (21:30 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 24 Feb 2005 21:30:37 +0000 (21:30 +0000)
bytecode as data, not program.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20319 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index d3e4ff9a255dc9585c7bf8ed09121ffd85e546ac..4397b2061dcef4d2b061c61bc4c3c64491ee412e 100644 (file)
@@ -594,7 +594,7 @@ install-local:: $(DestModule)
 
 $(DestModule): $(ModuleDestDir) $(Module) 
        $(Echo) Installing $(BuildMode) Bytecode Module $(DestModule)
-       $(Verb) $(ProgInstall) $(Module) $(DestModule)
+       $(Verb) $(DataInstall) $(Module) $(DestModule)
 
 uninstall-local::
        $(Echo) Uninstalling $(BuildMode) Bytecode Module $(DestModule)