[llvm-commits] CVS: llvm/runtime/GCCLibraries/libexception/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Aug 25 17:38:02 PDT 2003
Changes in directory llvm/runtime/GCCLibraries/libexception:
Makefile updated: 1.1 -> 1.2
---
Log message:
Remove copy-and-paste gunk
---
Diffs of the changes:
Index: llvm/runtime/GCCLibraries/libexception/Makefile
diff -u llvm/runtime/GCCLibraries/libexception/Makefile:1.1 llvm/runtime/GCCLibraries/libexception/Makefile:1.2
--- llvm/runtime/GCCLibraries/libexception/Makefile:1.1 Mon Aug 25 17:35:36 2003
+++ llvm/runtime/GCCLibraries/libexception/Makefile Mon Aug 25 17:37:04 2003
@@ -3,15 +3,4 @@
DONT_BUILD_RELINKED=1
LIBRARYNAME=exception
-#Source = crtend.c listend.ll
-
-###EXPORTED_SYMBOL_LIST = __main,llvm.global_ctors,llvm.global_dtors
-
include $(LEVEL)/Makefile.common
-
-
-$(LLVMGCCDIR)/bytecode-libs/crtend.o: $(LIBNAME_BC)
- @cp $< $@
-
-install:: $(LLVMGCCDIR)/bytecode-libs/crtend.o
- @rm $(LLVMGCCDIR)/bytecode-libs/libcrtend.bc
More information about the llvm-commits
mailing list