diff options
author | Nick Clifton <nickc@redhat.com> | 2003-11-11 17:50:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-11-11 17:50:26 +0000 |
commit | 5fe11841a8220a0aab42940d4ec675ff5caed4d2 (patch) | |
tree | 52aaca849a3f4fef88a2d25ebf2df0613af4bd4a /binutils/Makefile.am | |
parent | 68e39e739b62c65d09250e1098fa03621c2ea360 (diff) | |
download | gdb-5fe11841a8220a0aab42940d4ec675ff5caed4d2.zip gdb-5fe11841a8220a0aab42940d4ec675ff5caed4d2.tar.gz gdb-5fe11841a8220a0aab42940d4ec675ff5caed4d2.tar.bz2 |
Add new feature to objcopy/strip. The -w switch allows wildcards to be used
in symbol names.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r-- | binutils/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am index 61adfbc..2a07cc5 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -440,7 +440,7 @@ not-strip.o: not-strip.c objcopy.o: objcopy.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/symcat.h $(INCDIR)/progress.h bucomm.h config.h \ $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \ - budbg.h $(INCDIR)/filenames.h + budbg.h $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h objdump.o: objdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \ $(INCDIR)/symcat.h ../bfd/bfdver.h $(INCDIR)/progress.h \ bucomm.h config.h $(INCDIR)/bin-bugs.h $(INCDIR)/fopen-same.h \ |