Parcourir la source

Don't remove libc-internal.h on install, else gcc does not build

Peter S. Mazinger il y a 18 ans
Parent
commit
d886583eb0
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      Makefile

+ 0 - 1
Makefile

@@ -166,7 +166,6 @@ install_dev:
 	fi ; \
 	tar -chf - include --exclude .svn --exclude CVS $$extra_exclude \
 		| tar -xf - -C $(PREFIX)$(DEVEL_PREFIX)
-	$(RM) $(PREFIX)$(DEVEL_PREFIX)include/libc-internal.h
 ifneq ($(strip $(UCLIBC_HAS_FLOATS)),y)
 	# Remove floating point related headers since float support is disabled.
 	$(RM) $(PREFIX)$(DEVEL_PREFIX)include/complex.h