diff options
author | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-06 09:51:36 +0000 |
---|---|---|
committer | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-06 09:51:36 +0000 |
commit | dd7145c9e25b7431f810878f5a7269971b8ac252 (patch) | |
tree | 1b1e9ff734f67e1978efcee7c265f7023e14d702 /libf2c/Makefile.in | |
parent | 7d945225758d26b9c512fa792b6632c9730a3a8d (diff) | |
download | gcc-dd7145c9e25b7431f810878f5a7269971b8ac252.tar.gz |
(F2CEXT): Remove sclock.
(UOBJ): Add libU77/datetime_.o.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20946 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/Makefile.in')
-rw-r--r-- | libf2c/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libf2c/Makefile.in b/libf2c/Makefile.in index 93a21a5c1ab..9e7d0b6bdc3 100644 --- a/libf2c/Makefile.in +++ b/libf2c/Makefile.in @@ -136,7 +136,7 @@ UOBJ = libU77/VersionU.o libU77/gerror_.o libU77/perror_.o libU77/ierrno_.o \ libU77/lnblnk_.o libU77/hostnm_.o libU77/rename_.o libU77/fgetc_.o \ libU77/fputc_.o libU77/umask_.o libU77/sys_clock_.o libU77/date_.o \ libU77/second_.o libU77/flush1_.o libU77/alarm_.o libU77/mclock_.o \ - libU77/symlnk_.o + libU77/symlnk_.o libU77/datetime_.o F2CEXT = abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc \ signal system flush ftell fseek access besj0 besj1 besjn besy0 besy1 \ @@ -144,7 +144,7 @@ F2CEXT = abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc \ dtime etime fdate fgetc fget flush1 fnum fputc fput fstat gerror \ getcwd getgid getlog getpid getuid gmtime hostnm idate ierrno irand \ isatty itime kill link lnblnk lstat ltime mclock perror rand rename \ - secnds second sleep srand stat symlnk sclock time ttynam umask unlink \ + secnds second sleep srand stat symlnk time ttynam umask unlink \ vxtidt vxttim alarm all: g2c.h $(LIBG2C) |