Commit 7aed7b70 by Bruce Korb Committed by Jeff Law

inclhack.tpl: Only install assert.h conditionally.


        * fixinc/inclhack.tpl: Only install assert.h conditionally.
        * fixinc/inclhack.sh: Regenerated.
        * fixinc/fixincl.sh: Regenerated.

From-SVN: r28659
parent 0c2d1a2a
1999-08-11 Bruce Korb <ddsinc09@ix.netcom.com>
* fixinc/inclhack.tpl: Only install assert.h conditionally.
* fixinc/inclhack.sh: Regenerated.
* fixinc/fixincl.sh: Regenerated.
Wed Aug 11 00:34:22 1999 Joe Buck <jbuck@synopsys.com> Wed Aug 11 00:34:22 1999 Joe Buck <jbuck@synopsys.com>
* invoke.texi: s/GNU CC/GCC/ for consistency with gcc.texi. * invoke.texi: s/GNU CC/GCC/ for consistency with gcc.texi.
......
...@@ -406,8 +406,10 @@ done ...@@ -406,8 +406,10 @@ done
# #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
cd $ORIGDIR if [ x${INSTALL_ASSERT_H} != x ] && [ -f ${srcdir}/assert.h ]
rm -f include/assert.h then
cp ${srcdir}/assert.h include/assert.h || exit 1 cd $ORIGDIR
chmod a+r include/assert.h rm -f include/assert.h
cp ${srcdir}/assert.h include/assert.h || exit 1
chmod a+r include/assert.h
fi
...@@ -3224,8 +3224,10 @@ done ...@@ -3224,8 +3224,10 @@ done
# #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
cd $ORIGDIR if [ x${INSTALL_ASSERT_H} != x ] && [ -f ${srcdir}/assert.h ]
rm -f include/assert.h then
cp ${srcdir}/assert.h include/assert.h || exit 1 cd $ORIGDIR
chmod a+r include/assert.h rm -f include/assert.h
cp ${srcdir}/assert.h include/assert.h || exit 1
chmod a+r include/assert.h
fi
...@@ -416,11 +416,13 @@ done ...@@ -416,11 +416,13 @@ done
# #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
cd $ORIGDIR if [ x${INSTALL_ASSERT_H} != x ] && [ -f ${srcdir}/assert.h ]
rm -f include/assert.h then
cp ${srcdir}/assert.h include/assert.h || exit 1 cd $ORIGDIR
chmod a+r include/assert.h rm -f include/assert.h
[= cp ${srcdir}/assert.h include/assert.h || exit 1
chmod a+r include/assert.h
fi[=
# Make the output file executable # Make the output file executable
# =][= # =][=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment