summaryrefslogtreecommitdiff
path: root/ldso/ldso/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-18 05:07:13 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-18 05:07:13 +0000
commitba595540f65c0085a6c97fbf60bf175446151fa6 (patch)
tree363883927b73c43e2dec76ae1712802678a0bb24 /ldso/ldso/Makefile
parent462d544629128dec0094ffea1275d62e9581934d (diff)
have ldso.c depend on dl-startup.h too
Diffstat (limited to 'ldso/ldso/Makefile')
-rw-r--r--ldso/ldso/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile
index 0e4709aa9..3a382673c 100644
--- a/ldso/ldso/Makefile
+++ b/ldso/ldso/Makefile
@@ -87,7 +87,8 @@ $(AOBJS): %.o : %.S
$(CC) $(XXFLAGS) $(ASFLAGS) -I../libdl -c $< -o $@
$(STRIPTOOL) -x -R .note -R .comment $*.o
-ldso.o: $(CSRC) dl-elf.c dl-hash.c dl-startup.c
+ldso.o: $(CSRC) dl-elf.c dl-hash.c dl-startup.c \
+ $(TARGET_ARCH)/dl-startup.h
clean:
$(RM) $(UCLIBC_LDSO)* $(OBJS) $(LDSO_FULLNAME)* core *.o *.a *.s *.i ldso.h *~