Browse Source

make sure ldso is rebuilt if source files are updated

Mike Frysinger 18 years ago
parent
commit
a45e23692c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ldso/ldso/Makefile.in

+ 1 - 0
ldso/ldso/Makefile.in

@@ -57,6 +57,7 @@ ldso-y := $($(UCLIBC_LDSO_NAME)_OBJS:.o=.oS)
 lib-so-y += $(ldso)
 objclean-y += $(UCLIBC_LDSO_NAME)_clean
 
+$(ldso): $(ldso:.$(MAJOR_VERSION)=)
 $(ldso:.$(MAJOR_VERSION)=): $($(UCLIBC_LDSO_NAME)_OUT)/$(UCLIBC_LDSO_NAME)_so.a
 	$(call link.so,$(ldso_FULL_NAME),$(MAJOR_VERSION))