diff options
author | Bernd Schmidt <bernds_cb1@t-online.de> | 2008-06-01 16:49:23 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds_cb1@t-online.de> | 2008-06-01 16:49:23 +0000 |
commit | 68d02d6473eeaa349e4ee5dceef0fcd1ac32aae2 (patch) | |
tree | 5a4522a5a004f64cd1709bf7506c071cd12186a9 /Rules.mak | |
parent | 809dbec58fd772bfa9f7d75f8afdc13b3c4542af (diff) |
A slight improvement over my previous commit which ensured we always rebuild
libc when one of the source files changes.
Since there are more places which want to depend on $(libc), fix them all to
use a new variable $(libc.depend), which contains the filename for which we
have a rule.
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -98,6 +98,7 @@ endif UCLIBC_LDSO := $(UCLIBC_LDSO_NAME).so.$(MAJOR_VERSION) NONSHARED_LIBNAME := uclibc_nonshared.a libc := $(top_builddir)lib/$(SHARED_MAJORNAME) +libc.depend := $(top_builddir)lib/$(SHARED_MAJORNAME:.$(MAJOR_VERSION)=) interp := $(top_builddir)lib/interp.os ldso := $(top_builddir)lib/$(UCLIBC_LDSO) headers_dep := $(top_builddir)include/bits/sysnum.h |