From 4d29f799e66dd51273918a4e0e223276592f2c38 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 15 Feb 1994 23:23:23 +0000 Subject: [PATCH] Don't install . From-SVN: r6565 --- gcc/fixinc.sco | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.30.2