From a9d3b94d6c54e89ad9f609a3931abc488ca624e5 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 28 Oct 2000 00:28:47 +0000 Subject: _start.c is a failed experiment. Go back to using asm... --- libc/stdlib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/stdlib') diff --git a/libc/stdlib/Makefile b/libc/stdlib/Makefile index 1a8650ad8..71b2880d2 100644 --- a/libc/stdlib/Makefile +++ b/libc/stdlib/Makefile @@ -34,9 +34,10 @@ MOBJ2=on_exit.o atexit.o __do_exit.o exit.o CSRC = abort.c getenv.c mktemp.c qsort.c realpath.c strtod.c strtoul.c \ abs.c bsearch.c mkstemp.c putenv.c rand.c setenv.c strtol.c system.c COBJS=$(patsubst %.c,%.o, $(CSRC)) -OBJS=$(MOBJ) $(MOBJ2) $(COBJS) +OBJS=$(MOBJ) $(MOBJ2) $(COBJS) + all: $(OBJS) $(LIBC) $(LIBC): ar-target subdirs -- cgit v1.2.3