From: Jeffrey A Law <law@cygnus.com>
To: gcc-patches@gcc.gnu.org, binutils@sourceware.cygnus.com,
gdb-patches@sourceware.cygnus.com
Subject: Minor libiberty dependency fix
Date: Tue, 30 May 2000 14:09:00 -0000 [thread overview]
Message-ID: <10015.959720315@upchuck> (raw)
Zack added an include of config.h, but forgot the dependency.
* Makefile.in (objalloc.o): Depend on config.h
Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/egcs/libiberty/Makefile.in,v
retrieving revision 1.45
diff -c -3 -p -r1.45 Makefile.in
*** Makefile.in 2000/05/24 01:46:44 1.45
--- Makefile.in 2000/05/30 21:05:39
*************** getruntime.o: config.h $(INCDIR)/libiber
*** 272,278 ****
hex.o: $(INCDIR)/libiberty.h
floatformat.o: $(INCDIR)/floatformat.h
mkstemps.o: config.h
! objalloc.o: $(INCDIR)/objalloc.h
obstack.o: config.h $(INCDIR)/obstack.h
partition.o: config.h $(INCDIR)/partition.h
pexecute.o: config.h $(INCDIR)/libiberty.h
--- 272,278 ----
hex.o: $(INCDIR)/libiberty.h
floatformat.o: $(INCDIR)/floatformat.h
mkstemps.o: config.h
! objalloc.o: config.h $(INCDIR)/objalloc.h
obstack.o: config.h $(INCDIR)/obstack.h
partition.o: config.h $(INCDIR)/partition.h
pexecute.o: config.h $(INCDIR)/libiberty.h
reply other threads:[~2000-05-30 14:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=10015.959720315@upchuck \
--to=law@cygnus.com \
--cc=binutils@sourceware.cygnus.com \
--cc=gcc-patches@gcc.gnu.org \
--cc=gdb-patches@sourceware.cygnus.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox