$NetBSD: patch-af,v 1.3 2004/03/09 12:19:12 kent Exp $ --- gcc/Makefile.in.orig 2003-11-04 16:19:18.000000000 +0900 +++ gcc/Makefile.in @@ -3000,7 +3000,7 @@ install-headers-tar: stmp-int-hdrs $(STM # found in CDPATH, corrupting the output. We could just redirect the # output of `cd', but some shells lose on redirection within `()'s (cd `${PWD_COMMAND}`/include ; \ - tar -cf - .; exit 0) | (cd $(DESTDIR)$(libsubdir)/include; tar xpf - ) + tar -cf - mmintrin.h xmmintrin.h; exit 0) | (cd $(DESTDIR)$(libsubdir)/include; tar xpf - ) # /bin/sh on some systems returns the status of the first tar, # and that can lose with GNU tar which always writes a full block. # So use `exit 0' to ignore its exit status.