Makefile.in (collect2$(exeext)): Delete redundant dependency and add missing exeext to target.

* Makefile.in (collect2$(exeext)): Delete redundant dependency and
        add missing exeext to target.

From-SVN: r25118
This commit is contained in:
Mumit Khan 1999-02-09 20:55:29 +00:00 committed by Jeff Law
parent 38d9d13089
commit a2d2576329
2 changed files with 5 additions and 6 deletions

View 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>

View 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)