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]

[gccgo] Add missing Makefile dependency


I committed this patch to gccgo branch to add a missing dependency.

Ian

Index: libgo/Makefile.am
===================================================================
--- libgo/Makefile.am	(revision 155391)
+++ libgo/Makefile.am	(working copy)
@@ -1081,7 +1081,7 @@ path/libpath.a: $(go_path_files) io/iout
 	$(BUILDARCHIVE)
 path/libpath.la: path/libpath.a
 
-rand/librand.a: $(go_rand_files) math.gox
+rand/librand.a: $(go_rand_files) math.gox sync.gox
 	$(BUILDARCHIVE)
 rand/librand.la: rand/librand.a
 

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