diff options
author | Brendan Kehoe <brendan@gcc.gnu.org> | 1996-07-19 15:24:59 -0400 |
---|---|---|
committer | Brendan Kehoe <brendan@gcc.gnu.org> | 1996-07-19 15:24:59 -0400 |
commit | 80e4a749b716507097da976ad521a64828578792 (patch) | |
tree | 7c7524b0996e41b9c015a3bd601234254a85bf2a | |
parent | 9231564d6cd0f4dcdff592474dbe232d9d770e0b (diff) | |
download | gcc-80e4a749b716507097da976ad521a64828578792.zip gcc-80e4a749b716507097da976ad521a64828578792.tar.gz gcc-80e4a749b716507097da976ad521a64828578792.tar.bz2 |
* fixproto (std_files): Add utime.h.
From-SVN: r12531
-rwxr-xr-x | gcc/fixproto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixproto b/gcc/fixproto index 4b6f721..2fb10bb 100755 --- a/gcc/fixproto +++ b/gcc/fixproto @@ -65,7 +65,7 @@ if [ `echo $1 | wc -w` = 0 ] ; then exit 1 fi -std_files="ctype.h dirent.h errno.h curses.h fcntl.h grp.h locale.h math.h pwd.h setjmp.h signal.h stdio.h stdlib.h string.h sys/stat.h sys/times.h sys/resource.h sys/utsname.h sys/wait.h tar.h termios.h time.h unistd.h" +std_files="ctype.h dirent.h errno.h curses.h fcntl.h grp.h locale.h math.h pwd.h setjmp.h signal.h stdio.h stdlib.h string.h sys/stat.h sys/times.h sys/resource.h sys/utsname.h sys/wait.h tar.h termios.h time.h unistd.h utime.h" rel_target_dir=$1 # All files in $src_dir_all (normally same as $rel_target_dir) are |