Makefile.in (cplus-dem.o): Provide explicit rules for building cplus-dem.o
* Makefile.in (cplus-dem.o): Provide explicit rules for building cplus-dem.o From-SVN: r21823
This commit is contained in:
parent
4244aeda6c
commit
eaa41c8dd3
@ -1,5 +1,8 @@
|
||||
Tue Aug 18 10:33:30 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* Makefile.in (cplus-dem.o): Provide explicit rules for building
|
||||
cplus-dem.o
|
||||
|
||||
* regmove.c (optimize_reg_copy_1): Update REG_N_CALLS_CROSSED
|
||||
and REG_LIVE_LENGTH as successful substitutions are made.
|
||||
|
||||
|
@ -1300,7 +1300,11 @@ collect2.o : collect2.c $(CONFIG_H) system.h gansidecl.h gstab.h obstack.h \
|
||||
|
||||
tlink.o: tlink.c $(DEMANGLE_H) hash.h $(CONFIG_H) system.h toplev.h
|
||||
hash.o: hash.c hash.h system.h toplev.h
|
||||
|
||||
cplus-dem.o: $(srcdir)/../libiberty/cplus-dem.c $(DEMANGLE_H)
|
||||
rm -f cplus-dem.c
|
||||
$(LN_S) $(srcdir)/../libiberty/cplus-dem.c cplus-dem.c
|
||||
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) cplus-dem.c
|
||||
|
||||
underscore.c: s-under ; @true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user