diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-24 07:09:26 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-24 07:09:26 +0000 |
commit | 0b05f127e90134a8e86d83de096744840bc891ef (patch) | |
tree | 4ed86d3efe017a5f1ccb669c85057f2a92196f20 /Makefile.in | |
parent | 1192689eadefccf70832cb5cfeaac3ffeaf6f899 (diff) |
Probably this caused failures in buildroot. Buildroot should run: make oldconfig; make pregen(headers); make; make install
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index b132d7c77..329443794 100644 --- a/Makefile.in +++ b/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 \ |