diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-23 16:54:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-23 16:54:56 +0000 |
commit | 25738fcb78c83ce9f4aa0d0114fdcf3bf4f58c71 (patch) | |
tree | 013690170dddc42239e13b18aa15f0836274dc00 /libc/sysdeps | |
parent | 93734c2d22b6e5ea520778bd58abac0aebc2cbe1 (diff) |
Updates (list_syscalls.sh was missing _syscall0 calls).
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/Makefile b/libc/sysdeps/linux/arm/Makefile index f7f02f2b4..94f80ac04 100644 --- a/libc/sysdeps/linux/arm/Makefile +++ b/libc/sysdeps/linux/arm/Makefile @@ -34,7 +34,7 @@ MOBJ=$(shell ./list_syscalls.sh) CSRC=divsi3.c COBJS=$(patsubst %.c,%.o, $(CSRC)) -OBJS=$(MOBJ) $(COBJS) $(SOBJS) +OBJS=$(SOBJS) $(MOBJ) $(COBJS) all: $(OBJS) $(LIBC) |