diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 1994-02-15 23:23:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 1994-02-15 23:23:23 +0000 |
commit | 4d29f799e66dd51273918a4e0e223276592f2c38 (patch) | |
tree | cb3eff9421d8ab223d7fddcbee872277f0ab103e | |
parent | 9a52cd0d2efec1bd444ed6bf4be3e8ec3f0e29fe (diff) | |
download | gcc-4d29f799e66dd51273918a4e0e223276592f2c38.zip gcc-4d29f799e66dd51273918a4e0e223276592f2c38.tar.gz gcc-4d29f799e66dd51273918a4e0e223276592f2c38.tar.bz2 |
Don't install <sys/byteorder.h>.
From-SVN: r6565
-rwxr-xr-x | gcc/fixinc.sco | 6 |
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 |