diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-18 21:28:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-18 21:28:09 +0000 |
commit | a45e23692ce0ebab884009fa6149a148d71fd323 (patch) | |
tree | 5f3e665b43def58d49d80b1c88d0c23ac9c4702d | |
parent | 5ffab6434a1213bead28e538fcdc7bd2b7a9bfdd (diff) |
make sure ldso is rebuilt if source files are updated
-rw-r--r-- | ldso/ldso/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ldso/ldso/Makefile.in b/ldso/ldso/Makefile.in index 9a1fba01b..e6c3459e0 100644 --- a/ldso/ldso/Makefile.in +++ b/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)) |