Subject: CVS commit: xsrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/20/1999 01:58:10
Module Name:	xsrc
Committed By:	thorpej
Date:		Fri Mar 19 23:58:09 UTC 1999

Modified Files:
	xsrc/xc/config/cf: NetBSD.cf
Log Message:
Fix the xf86.rules DynamicModuleTarget for ELF; must use $(CC) instead of
$(LD) because of our SHLIBLDFLAGS.

XXX This should probably be fixed by declaring this macro in the library
XXX rules file for the platform; consult w/ the XFree86 people on this.