aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1997-08-22 14:54:27 +0000
committerJeff Law <law@gcc.gnu.org>1997-08-22 08:54:27 -0600
commitea16770fb129c32c08a82af834ba176c583415e9 (patch)
tree25cc8012bd41353a078c5b37b47578456aa6fcd5
parent2a2c8203b6b487064dc27b158d42665dc4ace593 (diff)
downloadgcc-ea16770fb129c32c08a82af834ba176c583415e9.zip
gcc-ea16770fb129c32c08a82af834ba176c583415e9.tar.gz
gcc-ea16770fb129c32c08a82af834ba176c583415e9.tar.bz2
* Makefile.in (UOBJ): Include symlnk.
From-SVN: r14894
-rw-r--r--gcc/f/runtime/ChangeLog.egcs4
-rw-r--r--gcc/f/runtime/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/f/runtime/ChangeLog.egcs b/gcc/f/runtime/ChangeLog.egcs
index 0383314..756a868 100644
--- a/gcc/f/runtime/ChangeLog.egcs
+++ b/gcc/f/runtime/ChangeLog.egcs
@@ -1,3 +1,7 @@
+Fri Aug 22 08:55:12 1997 Jeffrey A Law (law@cygnus.com)
+
+ * Makefile.in (UOBJ): Include symlnk.
+
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 473f9c6a..e6b5e2b 100644
--- a/gcc/f/runtime/Makefile.in
+++ b/gcc/f/runtime/Makefile.in
@@ -133,7 +133,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/system_clock_.o libU77/date_.o \
libU77/second_.o libU77/flush1_.o libU77/alarm_.o \
- libU77/mclock_.o
+ libU77/mclock_.o libU77/symlnk_.o
F2CEXT = abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc \
signal system flush ftell fseek access besj0 besj1 besjn besy0 besy1 \