[Mono-bugs] [Bug 68805][Min] New - missing dependencies on libmonogc.la

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 26 Oct 2004 11:21:24 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by danw@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=68805

--- shadow/68805	2004-10-26 11:21:24.000000000 -0400
+++ shadow/68805.tmp.13924	2004-10-26 11:21:24.000000000 -0400
@@ -0,0 +1,22 @@
+Bug#: 68805
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: danw@novell.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: missing dependencies on libmonogc.la
+
+If you change something in libgc/ and do "make" from the top level of
+mono, only libmonogc.la itself (which doesn't get installed) gets
+rebuilt, so the change doesn't have any effect. You basically have to
+"make clean;make" instead.