Преглед изворни кода

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>
Austin Foxley пре 15 година
родитељ
комит
1f5c73c9f8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Makefile.in

+ 1 - 1
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