[llvm-commits] CVS: llvm/Makefile.rules

Reid Spencer reid at x10sys.com
Thu Feb 24 13:36:43 PST 2005



Changes in directory llvm:

Makefile.rules updated: 1.303 -> 1.304
---
Log message:

Don't try to strip bytecode files!


---
Diffs of the changes:  (+1 -1)

 Makefile.rules |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.303 llvm/Makefile.rules:1.304
--- llvm/Makefile.rules:1.303	Thu Feb 24 15:30:37 2005
+++ llvm/Makefile.rules	Thu Feb 24 15:36:32 2005
@@ -708,7 +708,7 @@
 
 $(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)






More information about the llvm-commits mailing list