From: K. Richard Pixley Date: Sat, 7 Dec 1991 23:01:02 +0000 (+0000) Subject: avoid building chew into $(srcdir) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51c5673cda7c8fa3bd33a553c4a2fceba221e6f1;p=binutils-gdb.git avoid building chew into $(srcdir) --- diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in index ec4f1a2cfe1..5b474f65cfd 100644 --- a/bfd/doc/Makefile.in +++ b/bfd/doc/Makefile.in @@ -110,6 +110,7 @@ install-info: info docs: chew protos bfd.info bfd.dvi bfd.ps chew: chew.c + $(CC) $(CFLAGS) -o chew $(srcdir)/chew.c $(LOADLIBES) protos: libbfd.h libcoff.h bfd.h