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

Brian Gaeke gaeke at cs.uiuc.edu
Fri Jan 16 15:13:01 PST 2004


Changes in directory llvm:

Makefile.rules updated: 1.167 -> 1.168

---
Log message:

I'm fairly certain this was just a typo.


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

Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.167 llvm/Makefile.rules:1.168
--- llvm/Makefile.rules:1.167	Mon Dec 29 16:02:12 2003
+++ llvm/Makefile.rules	Fri Jan 16 15:12:34 2004
@@ -71,7 +71,7 @@
 ifdef SHARED_LIBRARY
 # if SHARED_LIBRARY is specified, the default is to build the dynamic lib
 all:: dynamic
-install:: install-dynamic
+install:: install-dynamic-library
 endif
 
 ifdef BYTECODE_LIBRARY





More information about the llvm-commits mailing list