Subject: Re: .S -> .s; current doesn't know how?!
To: Rob Healey <rhealey@kas.helios.mn.org>
From: J.T. Conklin <jconklin@netcom.com>
List: amiga-dev
Date: 01/22/1995 10:51:24
> 	In the m68k directory under lib/libcompat/4.3 there is the
> 	insque.S file. When making libcompat on an m68k box, amiga to
> 	be specific, the make dies whining about an inability to turn
> 	a .S in to a .s file. Now it seemed to know how to do it in
> 	libc just a few hundred compiles before so what gives?

Was insque.s renamed to insque.S between the time you updated?  If so,
check your .depend file --- make may still think that insque.o is 
derrived from insque.s instead of insque.S.

	--jtc