|
@@ -205,8 +205,8 @@ install_headers: headers $(top_builddir)extra/scripts/unifdef
|
|
|
$(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)include
|
|
|
top_builddir=$(top_builddir) \
|
|
|
$(top_srcdir)extra/scripts/install_headers.sh include $(PREFIX)$(DEVEL_PREFIX)include
|
|
|
- printf '#ifndef _LIBC_INTERNAL_H\n#define _LIBC_INTERNAL_H 1\n#endif\n' > \
|
|
|
- $(PREFIX)$(DEVEL_PREFIX)include/libc-internal.h
|
|
|
+ # Disabled. If libc-internal.h is needed, document here why!
|
|
|
+ #printf '#ifndef _LIBC_INTERNAL_H\n#define _LIBC_INTERNAL_H 1\n#endif\n' >$(PREFIX)$(DEVEL_PREFIX)include/libc-internal.h
|
|
|
echo '/* Dont use _syscall#() macros; use the syscall() function */' > \
|
|
|
$(PREFIX)$(DEVEL_PREFIX)include/bits/syscalls.h
|
|
|
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/dl-osinfo.h
|