diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-02 22:24:26 +0100 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-03 18:22:50 +0100 |
commit | 863b99c6dbe860ed88724294a037591ffb2cca59 (patch) | |
tree | ca82fb25e8643ae9c42814f30311afb77e3990ad /Makefile.in | |
parent | 5e22e71adfef5ad46119cea98fccf4ae998ad0d8 (diff) |
remove libc-internal.h on install
Remove libc-internal.h on install, I think internal is a typo.
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
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 4d232b47c..eea47aaa2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -206,7 +206,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 \ + libc-internal.h \ dl-osinfo.h \ _lfs_64.h \ bits/uClibc_arch_features.h \ |