[Mono-bugs] [Bug 58044][Wis] Changed - "make install" of mono-0.91 fails unless` preceded by "make"

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 26 May 2004 10:45:25 -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 lupus@ximian.com.

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

--- shadow/58044	2004-05-04 18:29:05.000000000 -0400
+++ shadow/58044.tmp.13882	2004-05-26 10:45:25.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 58044
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: shaver@off.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -39,6 +39,10 @@
 inssel.c is present in mono/monoburg, but inssel.h is not.  If I do a
 "make" before the "make install", all is well.
 
 < lupus> shaver: inssel.c was in the sources var in Makefile.am, but
 inssel.h was not there
 < lupus> shaver: maybe that is related
+
+------- Additional Comments From lupus@ximian.com  2004-05-26 10:45 -------
+The latest change gonzalo did seems to have fixed this (moving
+inssel.{h,c} to an automake nodist_*_SOURCES var).