diff options
Diffstat (limited to 'llvm/runtime/GCCLibraries/libgdbm/Makefile.am')
-rw-r--r-- | llvm/runtime/GCCLibraries/libgdbm/Makefile.am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/llvm/runtime/GCCLibraries/libgdbm/Makefile.am b/llvm/runtime/GCCLibraries/libgdbm/Makefile.am deleted file mode 100644 index ac22fa95117..00000000000 --- a/llvm/runtime/GCCLibraries/libgdbm/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -#===-- runtime/GCCLibraries/libgdbm/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 = libgdbm.a -libgdbm_a_SOURCES = temp.c -BYTECODE_LIBRARY = $(lib_LIBRARIES) - -include $(top_srcdir)/Makefile_config |