summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-23 16:54:56 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-23 16:54:56 +0000
commit25738fcb78c83ce9f4aa0d0114fdcf3bf4f58c71 (patch)
tree013690170dddc42239e13b18aa15f0836274dc00 /libc/sysdeps/linux/arm/Makefile
parent93734c2d22b6e5ea520778bd58abac0aebc2cbe1 (diff)
Updates (list_syscalls.sh was missing _syscall0 calls).
Diffstat (limited to 'libc/sysdeps/linux/arm/Makefile')
-rw-r--r--libc/sysdeps/linux/arm/Makefile2
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)