From eaa41c8dd3ddfb7c8b8d8437a8130bd576a488e9 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Tue, 18 Aug 1998 10:26:35 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 3 +++ gcc/Makefile.in | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 624be89d052d..bb093a5bf680 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 776a05044709..07152934d2d5 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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