[llvm-commits] CVS: llvm/test/Libraries/libg/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 14 21:21:48 PDT 2003
Changes in directory llvm/test/Libraries/libg:
Makefile updated: 1.1 -> 1.2
---
Log message:
Convert libraries into the BYTECODE_LIBRARY style
---
Diffs of the changes:
Index: llvm/test/Libraries/libg/Makefile
diff -u llvm/test/Libraries/libg/Makefile:1.1 llvm/test/Libraries/libg/Makefile:1.2
--- llvm/test/Libraries/libg/Makefile:1.1 Wed Jul 31 11:14:53 2002
+++ llvm/test/Libraries/libg/Makefile Thu Aug 14 21:20:13 2003
@@ -1,6 +1,6 @@
LEVEL = ../../..
+BYTECODE_LIBRARY=1
+DONT_BUILD_RELINKED=1
+LIBRARYNAME=g
-LIBNAME = g
-
-include ../Makefile.libs
-
+include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list