[llvm-commits] CVS: llvm/projects/Stacker/lib/runtime/Makefile

Reid Spencer reid at x10sys.com
Wed Sep 1 15:55:58 PDT 2004



Changes in directory llvm/projects/Stacker/lib/runtime:

Makefile updated: 1.1 -> 1.2
---
Log message:

Changes For Bug 352: http://llvm.cs.uiuc.edu/PR352 
Move include/Config and include/Support into include/llvm/Config,
include/llvm/ADT and include/llvm/Support. From here on out, all LLVM 
public header files must be under include/llvm/.


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

Index: llvm/projects/Stacker/lib/runtime/Makefile
diff -u llvm/projects/Stacker/lib/runtime/Makefile:1.1 llvm/projects/Stacker/lib/runtime/Makefile:1.2
--- llvm/projects/Stacker/lib/runtime/Makefile:1.1	Sun Nov 23 11:53:46 2003
+++ llvm/projects/Stacker/lib/runtime/Makefile	Wed Sep  1 17:55:37 2004
@@ -8,7 +8,8 @@
 #
 # Give the name of a library.  This will build a dynamic version.
 #
-SHARED_LIBRARY=1
+BYTECODE_LIBRARY=1
+DONT_BUILD_RELINKED=1
 LIBRARYNAME=stkr_runtime
 
 #






More information about the llvm-commits mailing list