From: Ian Lance Taylor Date: Tue, 15 Feb 1994 23:23:23 +0000 (+0000) Subject: Don't install . X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d29f799e66dd51273918a4e0e223276592f2c38;p=gcc.git Don't install . From-SVN: r6565 --- diff --git a/gcc/fixinc.sco b/gcc/fixinc.sco index 7711134c84a..4711c03dcec 100755 --- a/gcc/fixinc.sco +++ b/gcc/fixinc.sco @@ -268,10 +268,4 @@ if $LINKS; then done fi -cd ${ORIG_DIR} - -echo 'Replacing ' -rm -f ${LIB}/sys/byteorder.h -cp ${SRCDIR}/byteorder.h ${LIB}/sys/byteorder.h - exit 0