OSDN Git Service

Fixup depends
authorEric Andersen <andersen@codepoet.org>
Fri, 25 Oct 2002 15:00:40 +0000 (15:00 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 25 Oct 2002 15:00:40 +0000 (15:00 -0000)
libc/misc/internals/Makefile

index edb2ce4..a33afef 100644 (file)
@@ -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