Parcourir la source

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

Mike Frysinger il y a 19 ans
Parent
commit
ba595540f6
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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 *~