From 063087b16395faf3c0e213803986edbd89d9ead4 Mon Sep 17 00:00:00 2001 From: law <law@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Thu, 21 Aug 1997 05:20:15 +0000 Subject: [PATCH] * Makefile.in (UOBJ): Include mclock. From Mumit Khan. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14870 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/f/runtime/ChangeLog.egcs | 4 ++++ gcc/f/runtime/Makefile.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 gcc/f/runtime/ChangeLog.egcs diff --git a/gcc/f/runtime/ChangeLog.egcs b/gcc/f/runtime/ChangeLog.egcs new file mode 100644 index 000000000000..03833143b521 --- /dev/null +++ b/gcc/f/runtime/ChangeLog.egcs @@ -0,0 +1,4 @@ +Wed Aug 20 23:18:46 1997 Mumit Khan (khan@xraylith.wisc.edu) + + * Makefile.in (UOBJ): Include mclock. + diff --git a/gcc/f/runtime/Makefile.in b/gcc/f/runtime/Makefile.in index 1a20476bd263..473f9c6a138c 100644 --- a/gcc/f/runtime/Makefile.in +++ b/gcc/f/runtime/Makefile.in @@ -132,7 +132,8 @@ UOBJ = libU77/VersionU.o libU77/gerror_.o libU77/perror_.o libU77/ierrno_.o \ libU77/bes.o libU77/dbes.o libU77/chdir_.o libU77/chmod_.o \ libU77/lnblnk_.o libU77/hostnm_.o libU77/rename_.o libU77/fgetc_.o \ libU77/fputc_.o libU77/umask_.o libU77/system_clock_.o libU77/date_.o \ - libU77/second_.o libU77/flush1_.o libU77/alarm_.o + libU77/second_.o libU77/flush1_.o libU77/alarm_.o \ + libU77/mclock_.o F2CEXT = abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc \ signal system flush ftell fseek access besj0 besj1 besjn besy0 besy1 \ -- GitLab