diff options
author | DJ Delorie <dj@redhat.com> | 2009-10-02 18:23:01 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-10-02 18:23:01 +0000 |
commit | 664aa91f58967c26edf02ae198ec2410db78699f (patch) | |
tree | e43249594b9350cfff352a32918a0438ad043f82 /libiberty/Makefile.in | |
parent | ca2163eb33ba5572fd2988bda8bb80608e6c36be (diff) | |
download | gdb-664aa91f58967c26edf02ae198ec2410db78699f.zip gdb-664aa91f58967c26edf02ae198ec2410db78699f.tar.gz gdb-664aa91f58967c26edf02ae198ec2410db78699f.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 5d2adff..ba24c6d 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -371,10 +371,12 @@ TAGS: $(CFILES) etags `for i in $(CFILES); do echo $(srcdir)/$$i ; done` # The standalone demangler (c++filt) has been moved to binutils. -demangle: +# But make this target work anyway for demangler hacking. +demangle: $(ALL) $(srcdir)/cp-demangle.c @echo "The standalone demangler, now named c++filt, is now" @echo "a part of binutils." - @false + $(CC) @DEFS@ $(CFLAGS) $(CPPFLAGS) -I. -I$(INCDIR) $(HDEFINES) \ + $(srcdir)/cp-demangle.c -DSTANDALONE_DEMANGLER $(TARGETLIB) -o $@ ls: @echo Makefile $(CFILES) |