Makefile.in (collect2$(exeext)): Delete redundant dependency and add missing exeext...
authorMumit Khan <khan@xraylith.wisc.edu>
Tue, 9 Feb 1999 20:55:29 +0000 (20:55 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 9 Feb 1999 20:55:29 +0000 (13:55 -0700)
        * Makefile.in (collect2$(exeext)): Delete redundant dependency and
        add missing exeext to target.

From-SVN: r25118

gcc/ChangeLog
gcc/Makefile.in

index 48bfe6b9f5414f2932f520046bf0fd10df4e6027..c25d9dbd04a9946c7f6f21c99471dcd715e65502 100644 (file)
@@ -7,6 +7,9 @@ Tue Feb  9 17:27:29 GMT 1999  Nathan Sidwell  <nathan@acm.org>
 
 Tue Feb  9 16:52:22 1999  Mumit Khan  <khan@xraylith.wisc.edu>
 
+       * Makefile.in (collect2$(exeext)): Delete redundant dependency and
+       add missing exeext to target.
+
        * gcc.c (convert_filename): Handle null filename argument.
 
 Wed Feb 10 15:46:10 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
index c1053d3a8b877fad07c11873820951d500ab4ad7..6d18da845a16d22328730a20d576423f31f7d479 100644 (file)
@@ -1337,12 +1337,8 @@ graph.o: graph.c $(CONFIG_H) system.h toplev.h flags.h output.h $(RTL_H) \
     hard-reg-set.h $(BASIC_BLOCK_H)
 sbitmap.o: sbitmap.c $(CONFIG_H) system.h $(RTL_H) flags.h $(BASIC_BLOCK_H)
 
-collect2$(exeext): collect2.o tlink.o hash.o underscore.o \
-       version.o $(LIBDEPS)
-
-COLLECT2_OBJS = collect2.o tlink.o hash.o \
- intl.o underscore.o version.o 
-collect2 : $(COLLECT2_OBJS) $(LIBDEPS)
+COLLECT2_OBJS = collect2.o tlink.o hash.o intl.o underscore.o version.o 
+collect2$(exeext): $(COLLECT2_OBJS) $(LIBDEPS)
 # Don't try modifying collect2 (aka ld) in place--it might be linking this.
        -rm -f collect2$(exeext)
        $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(COLLECT2_OBJS) $(LIBS)