This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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]

[PATCH] spu libgloss dependency


The patch below fixes dependency in Makefile of spu libgloss.

Thanks,

2006-08-30  Kazunori Asayama  <asayama@sm.sony.co.jp>

	* spu/Makefile.in: Add dependency.


Index: newlib-trunk/libgloss/spu/Makefile.in
===================================================================
--- newlib-trunk.orig/libgloss/spu/Makefile.in	2006-08-29 17:06:20.000000000 +0900
+++ newlib-trunk/libgloss/spu/Makefile.in	2006-08-29 17:08:14.000000000 +0900
@@ -134,3 +134,5 @@
 
 config.status: configure
 	$(SHELL) config.status --recheck
+
+syscalls.o close.o fstat.o lseek.o open.o read.o stat.o unlink.o write.o: jsre.h


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