Subject: Re: CVS commit: src
To: None <he@netbsd.org>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: source-changes
Date: 02/08/1999 11:42:31
On Mon, 8 Feb 1999 02:45:12 -0800 (PST) 
 Havard Eidnes <he@netbsd.org> wrote:

 > Module Name:	src
 > Committed By:	he
 > Date:		Mon Feb  8 10:45:12 UTC 1999
 > 
 > Modified Files:
 > 	src/sys/arch/hp300/stand/common: srt0.S
 > Log Message:
 > Avoid "unterminated character constant" error from mkdep (really cc).
 > I guess in some sense it's stupid to use cc to depend .S files.

No, it's correct, since .S are supposed to run through CPP, and cc does
that correctly.

The problem stems from not using C-style comments.

        -- Jason R. Thorpe <thorpej@nas.nasa.gov>