From 56c9a8402ff4c9004331efc77e5a5fe62aa65014 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 23 Oct 2000 18:22:42 +0000 Subject: Dependancy fix --- libc/sysdeps/linux/arm/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libc/sysdeps/linux/arm/Makefile') diff --git a/libc/sysdeps/linux/arm/Makefile b/libc/sysdeps/linux/arm/Makefile index 94f80ac04..2146ef053 100644 --- a/libc/sysdeps/linux/arm/Makefile +++ b/libc/sysdeps/linux/arm/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a ASFLAGS=$(CFLAGS) -SSRC=_start.S +SSRC=_start.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) MSRC=syscalls.c @@ -44,8 +44,8 @@ $(LIBC): ar-target ar-target: $(OBJS) $(AR) $(ARFLAGS) $(LIBC) $(OBJS) -$(SOBJS): $(SSRC) - $(CC) $(CFLAGS) $< -c -o $*.o +$(SOBJS): + $(CC) $(CFLAGS) $< -c $*.S -o $*.o $(STRIPTOOL) -x -R .note -R .comment $*.o $(MOBJ): $(MSRC) -- cgit v1.2.3