diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-01-17 17:07:22 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-08-05 23:42:40 +0200 |
commit | 8faa445d364dda147146e2036f6460a5347736f0 (patch) | |
tree | 70b046425e9b88d95cfaf2742b670784a1c2967f /Makefile.in | |
parent | 6ff4fcbfe507605b2796eb8e7e44c7e8e4b33a28 (diff) |
add config parser
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 3767ea498..1c0e30571 100644 --- a/Makefile.in +++ b/Makefile.in @@ -202,6 +202,7 @@ $(top_builddir)extra/scripts/unifdef: $(top_srcdir)extra/scripts/unifdef.c # a "y" here means the feature is enabled and so we should *not* rm it. # if the option expands to nothing though, we can punt the headers. HEADERS_RM- := \ + internal \ dl-osinfo.h \ _lfs_64.h \ bits/uClibc_arch_features.h \ |