aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixproto
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1994-08-19 16:49:28 -0700
committerPer Bothner <bothner@gcc.gnu.org>1994-08-19 16:49:28 -0700
commit47685b9c8da0ac6022be5228f5dde7428c2d58ed (patch)
tree3e6f1aa5d8f7f7e4135d5d9685eff9366e7ce091 /gcc/fixproto
parent809ab85718c78fcb6854a078dca6d8c78b90d191 (diff)
downloadgcc-47685b9c8da0ac6022be5228f5dde7428c2d58ed.zip
gcc-47685b9c8da0ac6022be5228f5dde7428c2d58ed.tar.gz
gcc-47685b9c8da0ac6022be5228f5dde7428c2d58ed.tar.bz2
Use $FIX_HEADER macro instead of calling fix-header directly.
From-SVN: r7952
Diffstat (limited to 'gcc/fixproto')
-rwxr-xr-xgcc/fixproto2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixproto b/gcc/fixproto
index 054fd8c..bb62619 100755
--- a/gcc/fixproto
+++ b/gcc/fixproto
@@ -347,7 +347,7 @@ do
#define ${rel_source_ident}
#endif
EOF
- $original_dir/fix-header $rel_source_file tmp.h $abs_target_dir/$rel_source_file "$required_list" </dev/null
+ ${FIX_HEADER} $rel_source_file tmp.h $abs_target_dir/$rel_source_file "$required_list" </dev/null
rm tmp.h
fi
done