Browse Source

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>
Peter S. Mazinger 13 years ago
parent
commit
863b99c6db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.in

+ 1 - 1
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 \