]> Git Repo - uclibc-ng.git/commitdiff
make sure ldso is rebuilt if source files are updated
authorMike Frysinger <[email protected]>
Sat, 18 Feb 2006 21:28:09 +0000 (21:28 -0000)
committerMike Frysinger <[email protected]>
Sat, 18 Feb 2006 21:28:09 +0000 (21:28 -0000)
ldso/ldso/Makefile.in

index 9a1fba01b18b0f29c1fbeaa1653e915e2f605feb..e6c3459e002dc6e8748b82488ff8f6afc327538e 100644 (file)
@@ -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))
 
This page took 0.02519 seconds and 4 git commands to generate.