From b3f7002fd8f5feaa67b1d0e8bbb910e287310818 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 25 Oct 2002 15:00:40 +0000 Subject: Fixup depends --- libc/misc/internals/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libc/misc/internals/Makefile') diff --git a/libc/misc/internals/Makefile b/libc/misc/internals/Makefile index edb2ce471..a33afef60 100644 --- a/libc/misc/internals/Makefile +++ b/libc/misc/internals/Makefile @@ -48,15 +48,15 @@ interp.c: Makefile "(\".interp\"))) =\""$(DYNAMIC_LINKER)"\";" >> interp.c echo "#endif" >> interp.c -$(COBJS): %.o : %.c +interp.o: interp.c $(CC) $(CFLAGS) -c $< -o $@ $(STRIPTOOL) -x -R .note -R .comment $*.o -$(SOBJS): %.o : %.S +$(COBJS): %.o : %.c $(CC) $(CFLAGS) -c $< -o $@ $(STRIPTOOL) -x -R .note -R .comment $*.o -interp.o: %.o : %.c +$(SOBJS): %.o : %.S $(CC) $(CFLAGS) -c $< -o $@ $(STRIPTOOL) -x -R .note -R .comment $*.o -- cgit v1.2.3