summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-08-18 10:26:35 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-08-18 10:26:35 +0000
commitcc895f1114a9b8fb1de81637e58742a975b2bdfb (patch)
treecc200338692401b5f0b60c65d91743ca4e1b0c03 /gcc/Makefile.in
parent1f85a5e8eb9668fb26e57f6ef0ec07605e1e7910 (diff)
downloadgcc-cc895f1114a9b8fb1de81637e58742a975b2bdfb.tar.gz
* Makefile.in (cplus-dem.o): Provide explicit rules for building
cplus-dem.o git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21823 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 776a0504470..07152934d2d 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