aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>1994-02-15 23:23:23 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>1994-02-15 23:23:23 +0000
commit4d29f799e66dd51273918a4e0e223276592f2c38 (patch)
treecb3eff9421d8ab223d7fddcbee872277f0ab103e
parent9a52cd0d2efec1bd444ed6bf4be3e8ec3f0e29fe (diff)
downloadgcc-4d29f799e66dd51273918a4e0e223276592f2c38.zip
gcc-4d29f799e66dd51273918a4e0e223276592f2c38.tar.gz
gcc-4d29f799e66dd51273918a4e0e223276592f2c38.tar.bz2
Don't install <sys/byteorder.h>.
From-SVN: r6565
-rwxr-xr-xgcc/fixinc.sco6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/fixinc.sco b/gcc/fixinc.sco
index 7711134..4711c03 100755
--- a/gcc/fixinc.sco
+++ b/gcc/fixinc.sco
@@ -268,10 +268,4 @@ if $LINKS; then
done
fi
-cd ${ORIG_DIR}
-
-echo 'Replacing <sys/byteorder.h>'
-rm -f ${LIB}/sys/byteorder.h
-cp ${SRCDIR}/byteorder.h ${LIB}/sys/byteorder.h
-
exit 0