aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMumit Khan <khan@xraylith.wisc.edu>1997-08-21 05:20:15 +0000
committerJeff Law <law@gcc.gnu.org>1997-08-20 23:20:15 -0600
commitadb0d78cc9d94a3feaf182eb8f7ea89634780561 (patch)
tree04ed02713ac216e474fe02444b29818ac767be4d
parent7557aa9871c37a5f740dce36ea1a16d5c3ec90c6 (diff)
downloadgcc-adb0d78cc9d94a3feaf182eb8f7ea89634780561.zip
gcc-adb0d78cc9d94a3feaf182eb8f7ea89634780561.tar.gz
gcc-adb0d78cc9d94a3feaf182eb8f7ea89634780561.tar.bz2
Makefile.in (UOBJ): Include mclock.
* Makefile.in (UOBJ): Include mclock. From Mumit Khan. From-SVN: r14870
-rw-r--r--gcc/f/runtime/ChangeLog.egcs4
-rw-r--r--gcc/f/runtime/Makefile.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/f/runtime/ChangeLog.egcs b/gcc/f/runtime/ChangeLog.egcs
new file mode 100644
index 0000000..0383314
--- /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 1a20476..473f9c6a 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 \