From 3c45ffd272420d301ae29120517a9b8d531a4928 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 25 Nov 2005 15:19:27 +0000 Subject: Add header dependency to be used as prerequisite for the all objects --- Rules.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 986742f4d..fdf0f9cbe 100644 --- a/Rules.mak +++ b/Rules.mak @@ -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)=) -- cgit v1.2.3