Browse Source

Probably this caused failures in buildroot. Buildroot should run: make oldconfig; make pregen(headers); make; make install

Peter S. Mazinger 18 years ago
parent
commit
0b05f127e9
1 changed files with 1 additions and 3 deletions
  1. 1 3
      Makefile.in

+ 1 - 3
Makefile.in

@@ -50,9 +50,7 @@ export header_extra_args =
 else
 export header_extra_args = -n
 endif
-headers: include/bits/sysnum.h
-
-include/bits/sysnum.h: include/bits/uClibc_config.h
+headers: include/bits/uClibc_config.h
 	$(MAKE) headers-y
 	@$(SHELL_SET_X); \
 	$(top_srcdir)extra/scripts/fix_includes.sh \