diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-03 12:17:42 +0100 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-03 18:22:51 +0100 |
commit | cb4625abd32512d02d18be7b6e173ec2d7877c17 (patch) | |
tree | 913c97b8656f4cfee372f5378e6e8f70641c248f /Makefile.in | |
parent | b526c7807f0a54054c4b12edef58b521fe0ab4c7 (diff) |
do not care about libc-internal.h, remove hp-timing.h
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 eea47aaa2..8a8b8b728 100644 --- a/Makefile.in +++ b/Makefile.in @@ -206,8 +206,8 @@ $(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- := \ - libc-internal.h \ dl-osinfo.h \ + hp-timing.h \ _lfs_64.h \ bits/uClibc_arch_features.h \ bits/kernel_sigaction.h \ |