From 709829dba1965cede050d3ad81a2bccd2d736476 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 22 Mar 2002 19:13:47 +0000 Subject: Remove compilation of __main because we now link -lgcc into programs llvm-svn: 1947 --- llvm/runtime/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'llvm/runtime') diff --git a/llvm/runtime/Makefile b/llvm/runtime/Makefile index 48ea8ea93cb..2fad2286f87 100644 --- a/llvm/runtime/Makefile +++ b/llvm/runtime/Makefile @@ -1,7 +1,5 @@ # Libraries Makefile: Build all subdirectories automatically -all:: runtime.o - LEVEL = ../.. DIRS := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */)))) @@ -13,6 +11,3 @@ include ${LEVEL}/Makefile.common install:: clean:: - -runtime.o: ../runtime.c - $(CC) -c $(CFLAGS) $< -- cgit v1.2.3