aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Lipe <robertl@dgii.com>1998-11-13 08:06:49 +0000
committerRobert Lipe <robertl@dgii.com>1998-11-13 08:06:49 +0000
commitc577d6dc224e65e4ce186e3d11e52f4bc715adac (patch)
tree9cabe6a3d1bed011ca8eb90cf844e5d9b92a6b1a
parentf707e964ca6a1ef25ba0f4e7bd22f4893d76f920 (diff)
XCVS: Modified Files: XCVS: Tag: ffixinc-branch XCVS: Makefile.in fixinc.dgux fixinc.irix fixinc.ptx fixinc.sco XCVS: fixinc.svr4 fixinc.winnt fixinc.wrap Correct assert.h installation by removing makefile-isms in the shell scripts. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/ffixinc-branch@23629 138bc75d-0d04-0410-961f-82ee72b054a4
-rwxr-xr-xgcc/fixinc/fixinc.irix2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixinc/fixinc.irix b/gcc/fixinc/fixinc.irix
index 58e1585d809..8d29503df3f 100755
--- a/gcc/fixinc/fixinc.irix
+++ b/gcc/fixinc/fixinc.irix
@@ -236,7 +236,7 @@ if [ x${INSTALL_ASSERT_H} != x ] ;
then
cd ${ORIG_DIR}
rm -f include/assert.h;
- cp $(srcdir)/assert.h include/assert.h;
+ cp ${EGCS_SRCDIR}/assert.h include/assert.h;
chmod a+r include/assert.h;
fi