diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2010-02-23 01:15:30 -0800 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2010-02-23 01:15:30 -0800 |
commit | 1f5c73c9f8a98b1d2a35cea868a585c97ab0e436 (patch) | |
tree | 4c183322319d7523babecdc5deb2e2c8b45a9e84 /Makefile.in | |
parent | 7aab619f4b8d1331e34ec48384acf7db7d965218 (diff) |
order headers before pregen-headers
until someone gets a chance to fix this for real, this will unbreak
building from a clean repo, as some of the pregen headers need some
of the static headers
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 65f1af7e9..d0c740494 100644 --- a/Makefile.in +++ b/Makefile.in @@ -162,7 +162,7 @@ headers-y += $(target-headers-sysdep) headers: $(top_builddir)include/bits/uClibc_config.h subdirs: $(addprefix $(top_builddir),$(subdirs)) -pregen: $(pregen-headers-y) headers subdirs +pregen: headers $(pregen-headers-y) subdirs $(Q)$(if $(UCLIBC_HAS_LOCALE),$(MAKE) -C extra/locale locale_headers) $(top_builddir)include/bits/sysnum.h: $(top_srcdir)extra/scripts/gen_bits_syscall_h.sh |