diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-16 23:19:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-16 23:19:00 +0000 |
commit | 56066903008e5e8ae1eed96b39240cff1066c5ae (patch) | |
tree | 0035eaa6ce2111fa5c20d602a4b7ce3d50a59d74 /ldso | |
parent | 8e66bdfc7806f99090b8b416b1d1b759db770f24 (diff) |
make sure we rebuild ldso.o when the dl-*.c files have been updated
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/ldso/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 *~ |