Browse Source

have ldso.c depend on dl-startup.h too

Mike Frysinger 19 years ago
parent
commit
ba595540f6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      ldso/ldso/Makefile

+ 2 - 1
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 *~