summaryrefslogtreecommitdiff
path: root/runtime/libdummy/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-15 02:20:32 +0000
committerChris Lattner <sabre@nondot.org>2003-08-15 02:20:32 +0000
commitda86e6c0b69e79e6010878005fab7f1825bd3917 (patch)
tree52619ebd965c7d181d846a45cec30e070d492eef /runtime/libdummy/Makefile
parent6defc76a852c3d11469e49cb29d50ed7b383a6a0 (diff)
downloadllvm-da86e6c0b69e79e6010878005fab7f1825bd3917.tar.gz
llvm-da86e6c0b69e79e6010878005fab7f1825bd3917.tar.bz2
llvm-da86e6c0b69e79e6010878005fab7f1825bd3917.tar.xz
Convert libraries into the BYTECODE_LIBRARY style
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7858 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/libdummy/Makefile')
-rw-r--r--runtime/libdummy/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/libdummy/Makefile b/runtime/libdummy/Makefile
index 2b4af8516e..1f7d590e25 100644
--- a/runtime/libdummy/Makefile
+++ b/runtime/libdummy/Makefile
@@ -1,4 +1,6 @@
LEVEL = ../../..
-LIBNAME = dummy
-include ../Makefile.libs
+BYTECODE_LIBRARY=1
+DONT_BUILD_RELINKED=1
+LIBRARYNAME=dummy
+include $(LEVEL)/Makefile.common