OSDN Git Service

* Make-lang.in (g77): Depend on mkstemp.o. Link in mkstemp.o
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Jun 1998 11:23:25 +0000 (11:23 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Jun 1998 11:23:25 +0000 (11:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20753 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/f/ChangeLog.egcs
gcc/f/Make-lang.in

index 9ad87ea..f0d7ce0 100644 (file)
@@ -1,3 +1,7 @@
+Sat Jun 27 12:18:33 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * Make-lang.in (g77): Depend on mkstemp.o.  Link in mkstemp.o
+       
 Wed Jun 24 01:01:23 1998  Jeffrey A Law  (law@cygnus.com)
 
        * g77spec.c (lang_specific_driver): Revert last change.
index 9aefc14..b82868e 100644 (file)
@@ -99,11 +99,11 @@ g77.o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) g77.c
        fi
 
 # Create the compiler driver for g77.
-g77$(exeext): g77.o g77spec.o g77version.o version.o choose-temp.o pexecute.o prefix.o \
+g77$(exeext): g77.o g77spec.o g77version.o version.o choose-temp.o pexecute.o prefix.o mkstemp.o \
   $(LIBDEPS) $(EXTRA_GCC_OBJS)
        if [ -f lang-f77 ]; then \
          $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ g77.o g77spec.o g77version.o \
-          version.o choose-temp.o pexecute.o prefix.o $(EXTRA_GCC_OBJS) $(LIBS); \
+          version.o choose-temp.o pexecute.o prefix.o mkstemp.o $(EXTRA_GCC_OBJS) $(LIBS); \
        fi
 
 # Create a version of the g77 driver which calls the cross-compiler.