From 56066903008e5e8ae1eed96b39240cff1066c5ae Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 16 Mar 2005 23:19:00 +0000 Subject: [PATCH] make sure we rebuild ldso.o when the dl-*.c files have been updated --- ldso/ldso/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile index 777b43475..8f58c3c9b 100644 --- a/ldso/ldso/Makefile +++ b/ldso/ldso/Makefile @@ -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 *~ -- 2.11.0