+1999-04-28 14:40 Bruce Korb <ddsinc09@ix.netcom.com>
+
+ * fixinc/mkfixinc.sh: Makesure the result shell script is writable
+
Wed Apr 28 10:36:39 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* config/m68k/m68k.md (cmpsi+1): Use cmp.w when comparing a 16 bit
if test -z "$fixincludes"
then
(echo "#! /bin/sh" ; echo "exit 0" ) > ${target}
+ chmod 755 ${target}
exit 0
fi
then
echo copying ${srcdir}/$fixincludes to ${target}
cp ${srcdir}/$fixincludes ${target}
+ chmod 755 ${target}
exit 0
fi
# make and install either the binary or the default script
#
-$MAKE SHELL="$SHELL" install && exit 0
+$MAKE SHELL="$SHELL" install && chmod 755 ${target} && exit 0
# Where is our inclhack script? That is the backup
# in case we are unable to make a working binary.
echo Installing shell script instead.
cp ${INCLHACK} ${target}
+chmod 755 ${target}