Explorar el Código

Remove files not used on target

Peter S. Mazinger hace 20 años
padre
commit
477fd46e64
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Makefile.in

+ 2 - 0
Makefile.in

@@ -126,6 +126,8 @@ install_headers:
 	$(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
+	$(RM) $(PREFIX)$(DEVEL_PREFIX)include/bits/kernel_sigaction.h
+	$(RM) $(PREFIX)$(DEVEL_PREFIX)include/bits/kernel_stat.h
 ifneq ($(UCLIBC_HAS_FLOATS),y)
 	# Remove floating point related headers since float support is disabled.
 	$(RM) $(PREFIX)$(DEVEL_PREFIX)include/complex.h