diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-25 15:19:27 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-25 15:19:27 +0000 |
commit | 3c45ffd272420d301ae29120517a9b8d531a4928 (patch) | |
tree | e15bfc488e17b43e5ef4f5f019b1d233aa824cc4 /Rules.mak | |
parent | e85d2faff77ad398d10d19f5f80bbf86b0ba9e5a (diff) |
Add header dependency to be used as prerequisite for the all objects
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ NONSHARED_LIBNAME := uclibc_nonshared.a libc := $(top_builddir)lib/$(SHARED_MAJORNAME) interp := $(top_builddir)lib/interp.os ldso := $(top_builddir)lib/$(UCLIBC_LDSO) +headers_dep := $(top_builddir)include/bits/sysnum.h #LIBS :=$(interp) -L$(top_builddir)lib -lc LIBS := $(interp) -L$(top_builddir)lib $(libc:.$(MAJOR_VERSION)=) |