diff --git a/gcc/f/runtime/ChangeLog.egcs b/gcc/f/runtime/ChangeLog.egcs
new file mode 100644
index 0000000000000000000000000000000000000000..03833143b521697c925a79ab0ed934379f8e5583
--- /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 1a20476bd263c533034472e8a729fbd77e5808ea..473f9c6a138cb30e3f762a292499276e6df9b44f 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 \