From 7ff1ca4cd0d1a3713686f8bb17633fcaebd4f54f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 2 Jan 2005 22:50:00 +0000 Subject: This is no longer needed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19259 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/GCCLibraries/libutempter/Makefile | 16 ---------------- runtime/GCCLibraries/libutempter/dummy.c | 0 2 files changed, 16 deletions(-) delete mode 100644 runtime/GCCLibraries/libutempter/Makefile delete mode 100644 runtime/GCCLibraries/libutempter/dummy.c (limited to 'runtime') diff --git a/runtime/GCCLibraries/libutempter/Makefile b/runtime/GCCLibraries/libutempter/Makefile deleted file mode 100644 index 15ac897..0000000 --- a/runtime/GCCLibraries/libutempter/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -##===- runtime/GCCLibraries/libutempter/Makefile -----------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file was developed by the LLVM research group and is distributed under -# the University of Illinois Open Source License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LEVEL = ../../.. -BYTECODE_LIBRARY = 1 -DONT_BUILD_RELINKED = 1 -LIBRARYNAME = utempter -BYTECODE_DESTINATION = $(CFERuntimeLibDir) - -include $(LEVEL)/Makefile.common diff --git a/runtime/GCCLibraries/libutempter/dummy.c b/runtime/GCCLibraries/libutempter/dummy.c deleted file mode 100644 index e69de29..0000000 -- cgit v1.1