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:
Jeffrey A Law 1998-08-18 10:26:35 +00:00 committed by Jeff Law
parent 4244aeda6c
commit eaa41c8dd3
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

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