@@ -124,6 +124,7 @@ install_headers:
printf '#ifndef _LIBC_INTERNAL_H\n#define _LIBC_INTERNAL_H 1\n#endif\n' > \
$(PREFIX)$(DEVEL_PREFIX)include/libc-internal.h
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/dl-osinfo.h
+ $(RM) $(PREFIX)$(DEVEL_PREFIX)include/_lfs_64.h
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/bits/uClibc_uintmaxtostr.h
ifneq ($(UCLIBC_HAS_FLOATS),y)
# Remove floating point related headers since float support is disabled.
@@ -16,7 +16,7 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
-#include "_lfs_64.h"
+#include <_lfs_64.h>
#ifdef __UCLIBC_HAS_LFS__
#include <fcntl.h>
#include <sys/types.h>
#include <sys/resource.h>
@@ -5,7 +5,7 @@
*/
/* Massivly hacked up for uClibc by Erik Andersen */