From 25738fcb78c83ce9f4aa0d0114fdcf3bf4f58c71 Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Mon, 23 Oct 2000 16:54:56 +0000
Subject: Updates (list_syscalls.sh was missing _syscall0 calls).

---
 libc/sysdeps/linux/arm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'libc')

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)
-- 
cgit v1.2.3