summaryrefslogtreecommitdiff
path: root/libc/stdlib/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-28 00:28:47 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-28 00:28:47 +0000
commita9d3b94d6c54e89ad9f609a3931abc488ca624e5 (patch)
treed2b6f9df936373582c2ebd7cb5eac8a2282bb0df /libc/stdlib/Makefile
parentab262188b031c842ae09b15b150600287ead45cc (diff)
_start.c is a failed experiment. Go back to using asm...
Diffstat (limited to 'libc/stdlib/Makefile')
-rw-r--r--libc/stdlib/Makefile3
1 files changed, 2 insertions, 1 deletions
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