diff options
author | kan <kan@FreeBSD.org> | 2003-07-11 03:40:53 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2003-07-11 03:40:53 +0000 |
commit | 0d580365624a5c68f9e5e130f0e54fe4c8b96822 (patch) | |
tree | c88ded260c2df3d4e9e8c72b19fd37a187d8c7af /contrib/gcc/fixproto | |
parent | 9404c74f6c7843b012abf90228de7908fba1093a (diff) | |
parent | b2a8872fbe1ec1c49094559ac7b78e6ea4ab7180 (diff) | |
download | FreeBSD-src-0d580365624a5c68f9e5e130f0e54fe4c8b96822.zip FreeBSD-src-0d580365624a5c68f9e5e130f0e54fe4c8b96822.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r117395,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/gcc/fixproto')
-rwxr-xr-x | contrib/gcc/fixproto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/fixproto b/contrib/gcc/fixproto index 3d65cbb..5f84880 100755 --- a/contrib/gcc/fixproto +++ b/contrib/gcc/fixproto @@ -4,7 +4,7 @@ # fixproto TARGET-DIR SOURCE-DIR-ALL SOURCE-DIR-STD # # COPYRIGHT -# Copyright (C) 1993, 1994, 1997, 1998 Free Software Foundation, Inc. +# Copyright (C) 1993, 1994, 1997, 1998, 2002 Free Software Foundation, Inc. # This file is part of GCC. # # GCC is free software; you can redistribute it and/or modify @@ -56,7 +56,7 @@ dirname=`echo "$0" | sed 's,^[^/]*$,.,;s,//*[^/]*$,,'` progname=`echo "$0" | sed 's,.*/,,'` -original_dir=`pwd` +original_dir=`${PWDCMD-pwd}` FIX_HEADER=${FIX_HEADER-$original_dir/fix-header} DEFINES="-D__STDC__=0 -D__cplusplus ${FIXPROTO_DEFINES}" |