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]
Other format: [Raw text]

libiberty dependency for floatformat.o


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The dependency list for floatformat.o in libiberty needs to mention config.h 
so parallel builds (try 'make -j2' even on a single processor box) will 
succeed.

Hope this helps,
B

2003-12-13  Brendan Kehoe  <brendan@zen.org>

	* libiberty/Makefile.in (floatformat.o): Add dependency on config.h to
	accompany change of 2003-12-03.

- --- libiberty/Makefile.in.~1~	2003-06-30 08:18:39.000000000 +0100
+++ libiberty/Makefile.in	2003-12-13 17:18:36.000000000 +0000
@@ -437,7 +437,7 @@
 fdmatch.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h
 fibheap.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/fibheap.h \
 	$(INCDIR)/libiberty.h
- -floatformat.o: $(INCDIR)/ansidecl.h $(INCDIR)/floatformat.h
+floatformat.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/floatformat.h
 fnmatch.o: config.h $(INCDIR)/fnmatch.h $(INCDIR)/safe-ctype.h
 getcwd.o: config.h
 getopt.o: config.h $(INCDIR)/getopt.h


- -- 
Brendan Kehoe                                               brendan@zen.org

http://www.zen.org/~brendan/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)

iD8DBQE/20uHReWQaPkbt58RAo4hAKCw3myhQZ7Ar1/xGZQdaWkT9fNnAgCcDP8S
MDRyptDBQMYtWAUuiopzL08=
=JMS2
-----END PGP SIGNATURE-----


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