diff options
Diffstat (limited to 'llvm/runtime/GCCLibraries/libpthread/Makefile.am')
-rw-r--r-- | llvm/runtime/GCCLibraries/libpthread/Makefile.am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/llvm/runtime/GCCLibraries/libpthread/Makefile.am b/llvm/runtime/GCCLibraries/libpthread/Makefile.am deleted file mode 100644 index 915a485165a..00000000000 --- a/llvm/runtime/GCCLibraries/libpthread/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -#===-- runtime/GCCLibraries/libpthread/Makefile.am ---------*- Makefile -*--===# -# -# The LLVM Compiler Infrastructure -# -# This file was developed by Reid Spencer and is distributed under the -# University of Illinois Open Source License. See LICENSE.TXT for details. -# -#===------------------------------------------------------------------------===# - -lib_LIBRARIES = libpthread.a -libpthread_a_SOURCES = pthread.c -BYTECODE_LIBRARY = $(lib_LIBRARIES) - -include $(top_srcdir)/Makefile_config |