[git commit master 1/1] remove libc-internal.h on install

Peter S. Mazinger ps.m at gmx.net
Thu Mar 3 17:22:53 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=863b99c6dbe860ed88724294a037591ffb2cca59
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Remove libc-internal.h on install, I think internal is a typo.

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 4d232b4..eea47aa 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 \
-- 
1.7.3.4



More information about the uClibc-cvs mailing list