OSDN Git Service

Be certain that
authorEric Andersen <andersen@codepoet.org>
Wed, 3 Apr 2002 10:40:21 +0000 (10:40 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 3 Apr 2002 10:40:21 +0000 (10:40 -0000)
libc/sysdeps/linux/common/Makefile

index eb5d313..8f5f505 100644 (file)
@@ -48,7 +48,7 @@ all: $(STR_SYSCALLS) $(OBJ) $(LIBC)
 
 $(LIBC): ar-target
 
-ar-target: $(OBJ) crti.o crtn.o
+ar-target: $(OBJ) $(TOPDIR)lib/crti.o $(TOPDIR)lib/crtn.o
        $(AR) $(ARFLAGS) $(LIBC) $(OBJ)
 
 $(MOBJ): $(MSRC)
@@ -67,10 +67,16 @@ crti.S crtn.S: initfini.s
 
 crti.o: crti.S
        $(CC) $(SAFECFLAGS) -c crti.S -o crti.o
+
+$(TOPDIR)lib/crti.o: crti.o
+       mkdir -p $(TOPDIR)lib/
        cp crti.o $(TOPDIR)lib/
 
 crtn.o: crtn.S
        $(CC) $(SAFECFLAGS) -c crtn.S -o crtn.o
+
+$(TOPDIR)lib/crtn.o: crtn.o
+       mkdir -p $(TOPDIR)lib/
        cp crtn.o $(TOPDIR)lib/
 
 clean: