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