aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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