OSDN Git Service

make sure we rebuild ldso.o when the dl-*.c files have been updated
authorMike Frysinger <vapier@gentoo.org>
Wed, 16 Mar 2005 23:19:00 +0000 (23:19 -0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 16 Mar 2005 23:19:00 +0000 (23:19 -0000)
ldso/ldso/Makefile

index 777b434..8f58c3c 100644 (file)
@@ -87,7 +87,7 @@ $(AOBJS): %.o : %.S
        $(CC) $(XXFLAGS) $(ASFLAGS) -I../libdl -c $< -o $@
        $(STRIPTOOL) -x -R .note -R .comment $*.o
 
-ldso.o: $(CSRC)
+ldso.o: $(CSRC) dl-elf.c dl-hash.c dl-startup.c
 
 clean:
        $(RM) $(UCLIBC_LDSO)* $(OBJS) $(LDSO_FULLNAME)* core *.o *.a *.s *.i ldso.h *~