[llvm-commits] CVS: llvm/test/Libraries/libc/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 14 21:21:30 PDT 2003
Changes in directory llvm/test/Libraries/libc:
Makefile updated: 1.1 -> 1.2
---
Log message:
Convert libraries into the BYTECODE_LIBRARY style
---
Diffs of the changes:
Index: llvm/test/Libraries/libc/Makefile
diff -u llvm/test/Libraries/libc/Makefile:1.1 llvm/test/Libraries/libc/Makefile:1.2
--- llvm/test/Libraries/libc/Makefile:1.1 Fri Mar 8 17:20:38 2002
+++ llvm/test/Libraries/libc/Makefile Thu Aug 14 21:20:06 2003
@@ -1,6 +1,7 @@
LEVEL = ../../..
+BYTECODE_LIBRARY=1
+DONT_BUILD_RELINKED=1
+LIBRARYNAME=c
-LIBNAME = c
-
-include ../Makefile.libs
+include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list