This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libiberty/Makefile.in (cplus-dem.o, obstack.o): Depend on config.h


I just checked in this patch.

Sun Oct 11 17:36:06 1998  Michael Tiemann  <tiemann@holodeck.cygnus.com>

	* Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.

Index: Makefile.in
===================================================================
RCS file: /cvs/cvsfiles/devo/libiberty/Makefile.in,v
retrieving revision 1.145
diff -p -r1.145 Makefile.in
*** Makefile.in	1998/10/09 21:08:37	1.145
--- Makefile.in	1998/10/13 00:40:06
*************** basename.o: $(INCDIR)/libiberty.h
*** 221,227 ****
  choose-temp.o: config.h
  clock.o: config.h
  concat.o: $(INCDIR)/libiberty.h
! cplus-dem.o: $(INCDIR)/demangle.h
  fdmatch.o: $(INCDIR)/libiberty.h
  fnmatch.o: config.h $(INCDIR)/fnmatch.h
  getcwd.o: config.h
--- 221,227 ----
  choose-temp.o: config.h
  clock.o: config.h
  concat.o: $(INCDIR)/libiberty.h
! cplus-dem.o: config.h $(INCDIR)/demangle.h
  fdmatch.o: $(INCDIR)/libiberty.h
  fnmatch.o: config.h $(INCDIR)/fnmatch.h
  getcwd.o: config.h
*************** hex.o: $(INCDIR)/libiberty.h
*** 233,239 ****
  floatformat.o: $(INCDIR)/floatformat.h
  mkstemp.o: config.h
  objalloc.o: $(INCDIR)/objalloc.h
! obstack.o: $(INCDIR)/obstack.h
  pexecute.o: config.h $(INCDIR)/libiberty.h
  spaces.o: $(INCDIR)/libiberty.h
  strerror.o: config.h $(INCDIR)/libiberty.h
--- 233,239 ----
  floatformat.o: $(INCDIR)/floatformat.h
  mkstemp.o: config.h
  objalloc.o: $(INCDIR)/objalloc.h
! obstack.o: config.h $(INCDIR)/obstack.h
  pexecute.o: config.h $(INCDIR)/libiberty.h
  spaces.o: $(INCDIR)/libiberty.h
  strerror.o: config.h $(INCDIR)/libiberty.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]